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

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