Save This Page
Home » slf4j-1.5.5 » org.apache » log4j » spi » [javadoc | source]
org.apache.log4j.spi
public interface: LoggerFactory [javadoc | source]

All Known Implementing Classes:
    DefaultCategoryFactory

Implement this interface to create new instances of Logger or a sub-class of Logger.

See examples/subclass/MyLogger.java for an example.

Method from org.apache.log4j.spi.LoggerFactory Summary:
makeNewLoggerInstance
Method from org.apache.log4j.spi.LoggerFactory Detail:
 public Logger makeNewLoggerInstance(String name)