Uses of Interface
org.apache.logging.log4j.core.ContextDataInjector
-
Packages that use ContextDataInjector Package Description org.apache.logging.log4j.core.impl Log4j 2 private implementation classes. -
-
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.Methods in org.apache.logging.log4j.core.impl that return ContextDataInjector Modifier and Type Method Description static ContextDataInjector
ContextDataInjectorFactory. createInjector()
Returns a newContextDataInjector
instance based on the value of system propertylog4j2.ContextDataInjector
.
-