Uses of Class
org.apache.log4j.Logger
-
Packages that use Logger Package Description org.apache.log4j Log4j 1.x compatibility layer.org.apache.log4j.spi Log4j 1.x compatibility layer. -
-
Uses of Logger in org.apache.log4j
Methods in org.apache.log4j that return Logger Modifier and Type Method Description static Logger
LogManager. exists(String name)
static Logger
Logger. getLogger(Class<?> clazz)
static Logger
Logger. getLogger(String name)
static Logger
Logger. getLogger(String name, LoggerFactory factory)
static Logger
LogManager. getLogger(Class<?> clazz)
static Logger
LogManager. getLogger(String name)
static Logger
LogManager. getLogger(String name, LoggerFactory factory)
static Logger
Logger. getRootLogger()
static Logger
LogManager. getRootLogger()
Methods in org.apache.log4j with parameters of type Logger Modifier and Type Method Description void
AppenderSkeleton.NoOpErrorHandler. setLogger(Logger logger)
-
Uses of Logger in org.apache.log4j.spi
Methods in org.apache.log4j.spi that return Logger Modifier and Type Method Description Logger
LoggerRepository. exists(String name)
Logger
LoggerRepository. getLogger(String name)
Logger
LoggerRepository. getLogger(String name, LoggerFactory factory)
Logger
LoggerRepository. getRootLogger()
Logger
LoggerFactory. makeNewLoggerInstance(String name)
Methods in org.apache.log4j.spi with parameters of type Logger Modifier and Type Method Description void
ErrorHandler. setLogger(Logger logger)
Add a reference to a logger to which the failing appender might be attached to.
-