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 classThreadContextDataInjector.ForCopyOnWriteThreadContextMapTheContextDataInjectorused when the ThreadContextMap implementation is a copy-on-write StringMap-based data structure.static classThreadContextDataInjector.ForDefaultThreadContextMapDefaultContextDataInjectorfor the legacyMap<String, String>-based ThreadContext (which is also the ThreadContext implementation used for web applications).static classThreadContextDataInjector.ForGarbageFreeThreadContextMapTheContextDataInjectorused 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 ContextDataInjectorContextDataInjectorFactory. createInjector()Returns a newContextDataInjectorinstance based on the value of system propertylog4j2.ContextDataInjector.
-