Uses of Interface
org.apache.log4j.spi.LoggerFactory
-
Packages that use LoggerFactory Package Description org.apache.log4j An rather minimal but sufficient implementation redirecting all calls to a log4j logger to a logback logger.org.apache.log4j.spi -
-
Uses of LoggerFactory in org.apache.log4j
Methods in org.apache.log4j with parameters of type LoggerFactory Modifier and Type Method Description static Logger
Log4jLoggerFactory. getLogger(java.lang.String name, LoggerFactory loggerFactory)
static Logger
Logger. getLogger(java.lang.String name, LoggerFactory loggerFactory)
static Logger
LogManager. getLogger(java.lang.String name, LoggerFactory loggerFactory)
Returns a logger instance created by loggerFactory. -
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(java.lang.String name, LoggerFactory factory)
-