Uses of Class
org.apache.log4j.Logger
-
Packages that use Logger Package Description org.apache.log4j org.apache.log4j.spi org.apache.log4j.xml -
-
Uses of Logger in org.apache.log4j
Methods in org.apache.log4j that return Logger Modifier and Type Method Description static LoggerCategory. exists(String name)LoggerHierarchy. exists(String name)static LoggerLogManager. exists(String name)LoggerHierarchy. getLogger(String name)LoggerHierarchy. getLogger(String name, org.apache.log4j.spi.LoggerFactory factory)static LoggerLogger. getLogger(Class clazz)static LoggerLogger. getLogger(String name)static LoggerLogger. getLogger(String name, org.apache.log4j.spi.LoggerFactory factory)static LoggerLogManager. getLogger(Class clazz)static LoggerLogManager. getLogger(String name)static LoggerLogManager. getLogger(String name, org.apache.log4j.spi.LoggerFactory factory)LoggerHierarchy. getRootLogger()static LoggerLogger. getRootLogger()static LoggerLogManager. getRootLogger()Constructors in org.apache.log4j with parameters of type Logger Constructor Description Hierarchy(Logger root) -
Uses of Logger in org.apache.log4j.spi
Subclasses of Logger in org.apache.log4j.spi Modifier and Type Class Description classNOPLoggerNo-operation implementation of Logger used by NOPLoggerRepository. -
Uses of Logger in org.apache.log4j.xml
Methods in org.apache.log4j.xml with parameters of type Logger Modifier and Type Method Description protected voidDOMConfigurator. parseChildrenOfLoggerElement(Element catElement, Logger cat, boolean isRoot)Used internally to parse the children of a category element.protected voidDOMConfigurator. parseLevel(Element element, Logger logger, boolean isRoot)Used internally to parse a level element.
-