Package | Description |
---|---|
org.apache.logging.log4j.core.async |
Provides Asynchronous Logger classes and interfaces for low-latency logging.
|
org.apache.logging.log4j.core.impl |
Log4j 2 private implementation classes.
|
Modifier and Type | Field and Description |
---|---|
(package private) static ThreadNameCachingStrategy |
ThreadNameCachingStrategy.DEFAULT_STRATEGY |
private static ThreadNameCachingStrategy |
AsyncLogger.THREAD_NAME_CACHING_STRATEGY |
Modifier and Type | Method and Description |
---|---|
static ThreadNameCachingStrategy |
ThreadNameCachingStrategy.create() |
static ThreadNameCachingStrategy |
ThreadNameCachingStrategy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ThreadNameCachingStrategy[] |
ThreadNameCachingStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
private static ThreadNameCachingStrategy |
ReusableLogEventFactory.THREAD_NAME_CACHING_STRATEGY |