|
Log4j Version 1.2.7: Uses of Interface org.apache.log4j.spi.LoggerFactory
Uses of Interface
|
Packages that use LoggerFactory | |
org.apache.log4j | The main log4j package. |
org.apache.log4j.spi | Contains part of the System Programming Interface (SPI) needed to extend log4j. |
Uses of LoggerFactory in org.apache.log4j |
Fields in org.apache.log4j declared as LoggerFactory | |
protected LoggerFactory |
PropertyConfigurator.loggerFactory
|
Methods in org.apache.log4j with parameters of type LoggerFactory | |
static Logger |
LogManager.getLogger(String name,
LoggerFactory factory)
Retrieve the appropriate Logger instance. |
static Logger |
Logger.getLogger(String name,
LoggerFactory factory)
Like Logger.getLogger(String) except that the type of logger
instantiated depends on the type returned by the makeNewLoggerInstance(java.lang.String) method of the
factory parameter.
|
Logger |
Hierarchy.getLogger(String name,
LoggerFactory factory)
Return a new logger instance named as the first parameter using factory .
|
Uses of LoggerFactory in org.apache.log4j.spi |
Methods in org.apache.log4j.spi with parameters of type LoggerFactory | |
Logger |
LoggerRepository.getLogger(String name,
LoggerFactory factory)
|
|
Log4j 1.2.7 | |||||||||
PREV NEXT | FRAMES NO FRAMES |