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 LoggerLogManager. exists(java.lang.String name)static LoggerLogger. getLogger(java.lang.Class<?> clazz)static LoggerLogger. getLogger(java.lang.String name)static LoggerLogger. getLogger(java.lang.String name, LoggerFactory factory)static LoggerLogManager. getLogger(java.lang.Class<?> clazz)static LoggerLogManager. getLogger(java.lang.String name)static LoggerLogManager. getLogger(java.lang.String name, LoggerFactory factory)static LoggerLogger. getRootLogger()static LoggerLogManager. getRootLogger()Methods in org.apache.log4j with parameters of type Logger Modifier and Type Method Description voidAppenderSkeleton.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 LoggerLoggerRepository. exists(java.lang.String name)LoggerLoggerRepository. getLogger(java.lang.String name)LoggerLoggerRepository. getLogger(java.lang.String name, LoggerFactory factory)LoggerLoggerRepository. getRootLogger()LoggerLoggerFactory. makeNewLoggerInstance(java.lang.String name)Methods in org.apache.log4j.spi with parameters of type Logger Modifier and Type Method Description voidErrorHandler. setLogger(Logger logger)Add a reference to a logger to which the failing appender might be attached to.
-