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 -
-
Uses of Logger in org.apache.log4j
Methods in org.apache.log4j that return Logger Modifier and Type Method Description 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)
-