Uses of Interface
org.apache.log4j.spi.LoggerFactory
-
Packages that use LoggerFactory Package Description org.apache.log4j Log4j 1.x compatibility layer.org.apache.log4j.spi Log4j 1.x compatibility layer. -
-
Uses of LoggerFactory in org.apache.log4j
Fields in org.apache.log4j declared as LoggerFactory Modifier and Type Field Description protected LoggerFactory
PropertyConfigurator. loggerFactory
Methods in org.apache.log4j with parameters of type LoggerFactory Modifier and Type Method Description Logger
Hierarchy. getLogger(String name, LoggerFactory factory)
Gets a new logger instance named as the first parameter usingfactory
.static Logger
Logger. getLogger(String name, LoggerFactory factory)
static Logger
LogManager. getLogger(String name, LoggerFactory factory)
-
Uses of LoggerFactory in org.apache.log4j.spi
Methods in org.apache.log4j.spi with parameters of type LoggerFactory Modifier and Type Method Description Logger
LoggerRepository. getLogger(String name, LoggerFactory factory)
Logger
NOPLoggerRepository. getLogger(String name, LoggerFactory factory)
-