org.nohope.logging.ILoggerFactory Maven / Gradle / Ivy
package org.nohope.logging;
import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;
/**
* @author ketoth xupack
* @since 8/22/12 4:41 PM
*/
@SuppressFBWarnings(
value = "NM_SAME_SIMPLE_NAME_AS_INTERFACE",
justification = "The whole point was to use same names"
)
public interface ILoggerFactory extends org.slf4j.ILoggerFactory {
@Override Logger getLogger(String name);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy