Uses of Class
org.apache.log4j.Logger
-
Packages that use Logger 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 org.slf4j.impl Implementations of core logging interfaces defined in theorg.slf4jpackage. -
-
Uses of Logger in org.apache.log4j
Fields in org.apache.log4j with type parameters of type Logger Modifier and Type Field Description private static java.util.concurrent.ConcurrentMap<java.lang.String,Logger>Log4jLoggerFactory. log4jLoggersMethods in org.apache.log4j that return Logger Modifier and Type Method Description static LoggerLog4jLoggerFactory. getLogger(java.lang.String name)static LoggerLog4jLoggerFactory. getLogger(java.lang.String name, LoggerFactory loggerFactory)static LoggerLogger. getLogger(java.lang.Class clazz)static LoggerLogger. getLogger(java.lang.String name)static LoggerLogger. getLogger(java.lang.String name, LoggerFactory loggerFactory)static LoggerLogManager. getLogger(java.lang.Class clazz)static LoggerLogManager. getLogger(java.lang.String name)static LoggerLogManager. getLogger(java.lang.String name, LoggerFactory loggerFactory)Returns a logger instance created by loggerFactory.static LoggerLogger. getRootLogger()Does the obvious.static LoggerLogManager. getRootLogger() -
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) -
Uses of Logger in org.slf4j.impl
Fields in org.slf4j.impl declared as Logger Modifier and Type Field Description (package private) LoggerLog4jLoggerAdapter. loggerConstructors in org.slf4j.impl with parameters of type Logger Constructor Description Log4jLoggerAdapter(Logger logger)
-