All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.seahuang.log.duration.DurationFormatter Maven / Gradle / Ivy

There is a newer version: 1.3.0
Show newest version
package com.github.seahuang.log.duration;

public interface DurationFormatter {
	String format(Long milliseconds);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy