Uses of Interface
org.apache.logging.log4j.core.ContextDataInjector
Packages that use ContextDataInjector
-
Uses of ContextDataInjector in org.apache.logging.log4j.core.impl
Classes in org.apache.logging.log4j.core.impl that implement ContextDataInjectorModifier and TypeClassDescriptionstatic classTheContextDataInjectorused when the ThreadContextMap implementation is a copy-on-write StringMap-based data structure.static classDefaultContextDataInjectorfor the legacyMap<String, String>-based ThreadContext (which is also the ThreadContext implementation used for web applications).static classTheContextDataInjectorused when the ThreadContextMap implementation is a garbage-free StringMap-based data structure.Methods in org.apache.logging.log4j.core.impl that return ContextDataInjectorModifier and TypeMethodDescriptionstatic ContextDataInjectorContextDataInjectorFactory.createInjector()Returns a newContextDataInjectorinstance based on the value of system propertylog4j2.ContextDataInjector.