Package org.apache.log4j.spi
Interface LoggerFactory
- 
public interface LoggerFactoryImplement this interface to create new instances of Logger or a sub-class of Logger.See
examples/subclass/MyLogger.javafor an example.- Since:
 - version 0.8.5
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LoggermakeNewLoggerInstance(java.lang.String name) 
 - 
 
- 
- 
Method Detail
- 
makeNewLoggerInstance
Logger makeNewLoggerInstance(java.lang.String name)
 
 - 
 
 -