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

org.sitoolkit.wt.infra.log.SitLoggerFactory Maven / Gradle / Ivy

package org.sitoolkit.wt.infra.log;

import org.slf4j.LoggerFactory;

public class SitLoggerFactory {

    public static SitLogger getLogger(Class clazz) {
        return new DefaultLoggerImpl(LoggerFactory.getLogger(clazz));
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy