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

io.infinicast.LoggerFactory Maven / Gradle / Ivy

There is a newer version: 1.5.0
Show newest version
package io.infinicast;

public class LoggerFactory {
    public static Logger getLogger(String name) {
        return new Logger();
    }

    public static Logger getLogger(Class klass) {
        return new Logger();
    }
}






© 2015 - 2024 Weber Informatics LLC | Privacy Policy