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 ContextDataInjectorAsyncLogger. CONTEXT_DATA_INJECTORprivate static ContextDataInjectorRingBufferLogEventTranslator. 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 ContextDataInjectorDynamicThresholdFilter. injectorprivate ContextDataInjectorThreadContextMapFilter. 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 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.Fields in org.apache.logging.log4j.core.impl declared as ContextDataInjector Modifier and Type Field Description private static ContextDataInjectorLog4jLogEvent. CONTEXT_DATA_INJECTORprivate ContextDataInjectorReusableLogEventFactory. injectorMethods in org.apache.logging.log4j.core.impl that return ContextDataInjector Modifier and Type Method Description private static ContextDataInjectorContextDataInjectorFactory. createDefaultInjector()static ContextDataInjectorContextDataInjectorFactory. createInjector()Returns a newContextDataInjectorinstance 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 ContextDataInjectorContextMapLookup. injector
-