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

cz.mmsparams.api.logging.APILoggerFactory Maven / Gradle / Ivy

The newest version!
package cz.mmsparams.api.logging;

public class APILoggerFactory
{
    private APILoggerFactory()
    {
    }

    public static  ILogger getLogger(Class clz)
    {
        return new JavaLogger(clz);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy