Package org.apache.log4j
Class Hierarchy.PrivateLogManager
- java.lang.Object
-
- org.apache.logging.log4j.LogManager
-
- org.apache.log4j.Hierarchy.PrivateLogManager
-
- Enclosing class:
- Hierarchy
private static class Hierarchy.PrivateLogManager extends LogManager
Private LogManager.
-
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.StringFQCN-
Fields inherited from class org.apache.logging.log4j.LogManager
FACTORY_PROPERTY_NAME, ROOT_LOGGER_NAME
-
-
Constructor Summary
Constructors Modifier Constructor Description privatePrivateLogManager()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static LoggerContextgetContext()static LoggergetLogger(java.lang.String name)-
Methods inherited from class org.apache.logging.log4j.LogManager
exists, getContext, getContext, getContext, getContext, getContext, getContext, getContext, getContext, getContext, getFactory, getFormatterLogger, getFormatterLogger, getFormatterLogger, getFormatterLogger, getLogger, getLogger, getLogger, getLogger, getLogger, getLogger, getLogger, getLogger, getRootLogger, setFactory, shutdown, shutdown, shutdown, shutdown
-
-
-
-
Method Detail
-
getContext
public static LoggerContext getContext()
-
getLogger
public static Logger getLogger(java.lang.String name)
-
-