Uses of Interface
org.apache.logging.log4j.core.ContextDataInjector
Packages that use ContextDataInjector
Package
Description
Provides Asynchronous Logger classes and interfaces for low-latency logging.
Log4j 2 Filter support.
Log4j 2 private implementation classes.
Log4j 2 Lookups.
-
Uses of ContextDataInjector in org.apache.logging.log4j.core.async
Fields in org.apache.logging.log4j.core.async declared as ContextDataInjectorModifier and TypeFieldDescriptionprivate static final ContextDataInjectorAsyncLogger.CONTEXT_DATA_INJECTORprivate static final ContextDataInjectorRingBufferLogEventTranslator.INJECTOR -
Uses of ContextDataInjector in org.apache.logging.log4j.core.filter
Fields in org.apache.logging.log4j.core.filter declared as ContextDataInjectorModifier and TypeFieldDescriptionprivate final ContextDataInjectorDynamicThresholdFilter.injectorprivate final ContextDataInjectorThreadContextMapFilter.injector -
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.Fields in org.apache.logging.log4j.core.impl declared as ContextDataInjectorModifier and TypeFieldDescriptionprivate static final ContextDataInjectorLog4jLogEvent.CONTEXT_DATA_INJECTORprivate final ContextDataInjectorReusableLogEventFactory.injectorMethods in org.apache.logging.log4j.core.impl that return ContextDataInjectorModifier and TypeMethodDescriptionprivate 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