Package org.apache.log4j
Class LogManager.PrivateManager
- java.lang.Object
-
- org.apache.logging.log4j.LogManager
-
- org.apache.log4j.LogManager.PrivateManager
-
- Enclosing class:
- LogManager
private static class LogManager.PrivateManager extends LogManager
Internal 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 privatePrivateManager()
-
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)
-
-