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;

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