Package org.slf4j

Interface ILoggerFactory

All Known Implementing Classes:
JDK14LoggerFactory, NOPLoggerFactory, Reload4jLoggerFactory, SimpleLoggerFactory, SubstituteLoggerFactory

public interface ILoggerFactory
ILoggerFactory instances manufacture Logger instances by name.

Most users retrieve Logger instances through the static LoggerFactory.getLogger(String) method. An instance of this interface is bound internally with LoggerFactory class at compile time.

Author:
Ceki Gülcü