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

org.nohope.logging.ILoggerFactory Maven / Gradle / Ivy

There is a newer version: 0.2.3
Show newest version
package org.nohope.logging;

/**
 * @author ketoth xupack
 * @since 8/22/12 4:41 PM
 */
public interface ILoggerFactory extends org.slf4j.ILoggerFactory {
    @Override Logger getLogger(String name);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy