Package | Description |
---|---|
org.apache.logging.log4j.core |
Implementation of Log4j 2.
|
org.apache.logging.log4j.core.appender |
Log4j 2 Appenders.
|
org.apache.logging.log4j.core.async |
Provides Asynchronous Logger classes and interfaces for low-latency logging.
|
org.apache.logging.log4j.core.config.status |
Configuration classes for the
StatusLogger API. |
org.apache.logging.log4j.core.impl |
Log4j 2 private implementation classes.
|
org.apache.logging.log4j.core.jmx |
Log4j 2 JMX support.
|
org.apache.logging.log4j.core.net.ssl |
Log4j 2 SSL support
|
org.apache.logging.log4j.core.selector |
Log4j 2 Context Selectors.
|
org.apache.logging.log4j.core.util |
Log4j 2 helper classes.
|
org.apache.logging.log4j.message |
Public Message Types used for Log4j 2.
|
org.apache.logging.log4j.status |
Status API for Log4j 2.
|
org.apache.logging.slf4j |
SLF4J support.
|
Modifier and Type | Field and Description |
---|---|
protected static StatusLogger |
LogEventListener.LOGGER |
Modifier and Type | Field and Description |
---|---|
private static StatusLogger |
AppenderSet.LOGGER |
Modifier and Type | Field and Description |
---|---|
private static StatusLogger |
AsyncLogger.LOGGER |
private static StatusLogger |
ThreadNameCachingStrategy.LOGGER |
Modifier and Type | Field and Description |
---|---|
private StatusLogger |
StatusConfiguration.logger |
Modifier and Type | Field and Description |
---|---|
private static StatusLogger |
Log4jContextFactory.LOGGER |
Modifier and Type | Field and Description |
---|---|
private static StatusLogger |
Server.LOGGER |
private static StatusLogger |
LoggerContextAdmin.LOGGER |
Modifier and Type | Field and Description |
---|---|
private static StatusLogger |
SslConfiguration.LOGGER |
protected static StatusLogger |
StoreConfiguration.LOGGER |
Modifier and Type | Field and Description |
---|---|
private static StatusLogger |
JndiContextSelector.LOGGER |
protected static StatusLogger |
ClassLoaderContextSelector.LOGGER |
Modifier and Type | Field and Description |
---|---|
private static StatusLogger |
ClockFactory.LOGGER |
Modifier and Type | Field and Description |
---|---|
private StatusLogger |
LocalizedMessage.logger |
Modifier and Type | Field and Description |
---|---|
private static StatusLogger |
StatusLogger.STATUS_LOGGER |
Modifier and Type | Method and Description |
---|---|
static StatusLogger |
StatusLogger.getLogger()
Retrieve the StatusLogger.
|
Modifier and Type | Field and Description |
---|---|
private static StatusLogger |
SLF4JLoggerContextFactory.LOGGER |