Package | Description |
---|---|
org.apache.logging.log4j.core.async |
Provides Asynchronous Logger classes and interfaces for low-latency logging.
|
org.apache.logging.log4j.core.filter |
Log4j 2 Filter support.
|
org.apache.logging.log4j.core.impl |
Log4j 2 private implementation classes.
|
org.apache.logging.log4j.core.lookup |
Log4j 2 Lookups.
|
Modifier and Type | Field and Description |
---|---|
private static ContextDataInjector |
AsyncLogger.CONTEXT_DATA_INJECTOR |
private ContextDataInjector |
RingBufferLogEventTranslator.injector |
Modifier and Type | Field and Description |
---|---|
private ContextDataInjector |
DynamicThresholdFilter.injector |
private ContextDataInjector |
ThreadContextMapFilter.injector |
Modifier and Type | Class and Description |
---|---|
static class |
ThreadContextDataInjector.ForCopyOnWriteThreadContextMap
The
ContextDataInjector used when the ThreadContextMap implementation is a copy-on-write
StringMap-based data structure. |
static class |
ThreadContextDataInjector.ForDefaultThreadContextMap
Default
ContextDataInjector for the legacy Map<String, String> -based ThreadContext (which is
also the ThreadContext implementation used for web applications). |
static class |
ThreadContextDataInjector.ForGarbageFreeThreadContextMap
The
ContextDataInjector used when the ThreadContextMap implementation is a garbage-free
StringMap-based data structure. |
Modifier and Type | Field and Description |
---|---|
private static ContextDataInjector |
Log4jLogEvent.CONTEXT_DATA_INJECTOR |
private ContextDataInjector |
ReusableLogEventFactory.injector |
Modifier and Type | Method and Description |
---|---|
private static ContextDataInjector |
ContextDataInjectorFactory.createDefaultInjector() |
static ContextDataInjector |
ContextDataInjectorFactory.createInjector()
Returns a new
ContextDataInjector instance based on the value of system property
log4j2.ContextDataInjector . |
Modifier and Type | Field and Description |
---|---|
private ContextDataInjector |
ContextMapLookup.injector |