Uses of Interface
org.apache.log4j.spi.LoggerFactory
-
Packages that use LoggerFactory Package Description org.apache.log4j The main log4j package.org.apache.log4j.spi Contains part of the System Programming Interface (SPI) needed to extend log4j.org.apache.log4j.xml XML based components. -
-
Uses of LoggerFactory in org.apache.log4j
Fields in org.apache.log4j declared as LoggerFactory Modifier and Type Field Description protected LoggerFactoryPropertyConfigurator. loggerFactoryMethods in org.apache.log4j with parameters of type LoggerFactory Modifier and Type Method Description LoggerHierarchy. getLogger(java.lang.String name, LoggerFactory factory)Return a new logger instance named as the first parameter usingfactory.static LoggerLogger. getLogger(java.lang.String name, LoggerFactory factory)LikeLogger.getLogger(String)except that the type of logger instantiated depends on the type returned by themakeNewLoggerInstance(java.lang.String)method of thefactoryparameter.static LoggerLogManager. getLogger(java.lang.String name, LoggerFactory factory)Retrieve the appropriateLoggerinstance. -
Uses of LoggerFactory in org.apache.log4j.spi
Methods in org.apache.log4j.spi with parameters of type LoggerFactory Modifier and Type Method Description LoggerLoggerRepository. getLogger(java.lang.String name, LoggerFactory factory)LoggerNOPLoggerRepository. getLogger(java.lang.String name, LoggerFactory factory) -
Uses of LoggerFactory in org.apache.log4j.xml
Fields in org.apache.log4j.xml declared as LoggerFactory Modifier and Type Field Description protected LoggerFactoryDOMConfigurator. catFactory
-