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 LoggerLog4jLoggerFactory. getLogger(java.lang.String name, LoggerFactory loggerFactory)static LoggerLogger. getLogger(java.lang.String name, LoggerFactory loggerFactory)static LoggerLogManager. 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 LoggerLoggerRepository. getLogger(java.lang.String name, LoggerFactory factory)
-