Uses of Interface
org.apache.logging.log4j.core.ContextDataInjector
-
Packages that use ContextDataInjector 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. -
-
Uses of ContextDataInjector in org.apache.logging.log4j.core.async
Fields in org.apache.logging.log4j.core.async declared as ContextDataInjector Modifier and Type Field Description private static ContextDataInjector
AsyncLogger. CONTEXT_DATA_INJECTOR
private ContextDataInjector
RingBufferLogEventTranslator. injector
-
Uses of ContextDataInjector in org.apache.logging.log4j.core.filter
Fields in org.apache.logging.log4j.core.filter declared as ContextDataInjector Modifier and Type Field Description private ContextDataInjector
DynamicThresholdFilter. injector
private ContextDataInjector
ThreadContextMapFilter. injector
-
Uses of ContextDataInjector in org.apache.logging.log4j.core.impl
Classes in org.apache.logging.log4j.core.impl that implement ContextDataInjector Modifier and Type Class Description static class
ThreadContextDataInjector.ForCopyOnWriteThreadContextMap
TheContextDataInjector
used when the ThreadContextMap implementation is a copy-on-write StringMap-based data structure.static class
ThreadContextDataInjector.ForDefaultThreadContextMap
DefaultContextDataInjector
for the legacyMap<String, String>
-based ThreadContext (which is also the ThreadContext implementation used for web applications).static class
ThreadContextDataInjector.ForGarbageFreeThreadContextMap
TheContextDataInjector
used when the ThreadContextMap implementation is a garbage-free StringMap-based data structure.Fields in org.apache.logging.log4j.core.impl declared as ContextDataInjector Modifier and Type Field Description private static ContextDataInjector
Log4jLogEvent. CONTEXT_DATA_INJECTOR
private ContextDataInjector
ReusableLogEventFactory. injector
Methods in org.apache.logging.log4j.core.impl that return ContextDataInjector Modifier and Type Method Description private static ContextDataInjector
ContextDataInjectorFactory. createDefaultInjector()
static ContextDataInjector
ContextDataInjectorFactory. createInjector()
Returns a newContextDataInjector
instance based on the value of system propertylog4j2.ContextDataInjector
. -
Uses of ContextDataInjector in org.apache.logging.log4j.core.lookup
Fields in org.apache.logging.log4j.core.lookup declared as ContextDataInjector Modifier and Type Field Description private ContextDataInjector
ContextMapLookup. injector
-