![JAR search and dependency download from the Maven repository](/logo.png)
org.nohope.logging.ILoggerFactory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of slf4j-logging Show documentation
Show all versions of slf4j-logging Show documentation
Slf4j wrapper extending formatting abilities
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