![JAR search and dependency download from the Maven repository](/logo.png)
com.firefly.utils.log.DefaultLogFormatter Maven / Gradle / Ivy
package com.firefly.utils.log;
/**
* @author Pengtao Qiu
*/
public class DefaultLogFormatter implements LogFormatter {
@Override
public String format(LogItem logItem) {
return logItem.toString();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy