![JAR search and dependency download from the Maven repository](/logo.png)
com.maxplus1.db.starter.config.common.LogUtils Maven / Gradle / Ivy
The newest version!
package com.maxplus1.db.starter.config.common;
import org.slf4j.Logger;
public class LogUtils {
public static void error(Logger log,Throwable e){
String msg = "[ERROR===>>>]"+e.getMessage();
log.error(msg,e);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy