Uses of Interface
org.apache.logging.log4j.spi.ThreadContextMap
-
Packages that use ThreadContextMap Package Description org.apache.logging.log4j Public API for Log4j 2.org.apache.logging.log4j.spi Internal interfaces and classes to be used by authors of logging implementations or for internal use by API classes.org.apache.logging.slf4j SLF4J support. -
-
Uses of ThreadContextMap in org.apache.logging.log4j
Fields in org.apache.logging.log4j declared as ThreadContextMap Modifier and Type Field Description private static ThreadContextMap
ThreadContext. contextMap
-
Uses of ThreadContextMap in org.apache.logging.log4j.spi
Subinterfaces of ThreadContextMap in org.apache.logging.log4j.spi Modifier and Type Interface Description interface
CleanableThreadContextMap
Extension service provider interface to implement additional custom MDC behavior forThreadContext
.interface
ObjectThreadContextMap
Extension service provider interface to allow putting Object values in theThreadContext
.interface
ThreadContextMap2
Extension service provider interface to implement additional custom MDC behavior forThreadContext
.Classes in org.apache.logging.log4j.spi that implement ThreadContextMap Modifier and Type Class Description (package private) class
CopyOnWriteSortedArrayThreadContextMap
SortedArrayStringMap
-based implementation of theThreadContextMap
interface that creates a copy of the data structure on every modification.class
DefaultThreadContextMap
The actual ThreadContext Map.(package private) class
GarbageFreeSortedArrayThreadContextMap
SortedArrayStringMap
-based implementation of theThreadContextMap
interface that attempts not to create temporary objects.class
NoOpThreadContextMap
ThreadContextMap
implementation used when either of system propertiesdisableThreadContextMap
or .Fields in org.apache.logging.log4j.spi with type parameters of type ThreadContextMap Modifier and Type Field Description private java.lang.Class<? extends ThreadContextMap>
Provider. threadContextMapClass
Methods in org.apache.logging.log4j.spi that return ThreadContextMap Modifier and Type Method Description private static ThreadContextMap
ThreadContextMapFactory. createDefaultThreadContextMap()
static ThreadContextMap
ThreadContextMapFactory. createThreadContextMap()
Methods in org.apache.logging.log4j.spi that return types with arguments of type ThreadContextMap Modifier and Type Method Description java.lang.Class<? extends ThreadContextMap>
Provider. loadThreadContextMap()
Loads theThreadContextMap
class specified by this Provider. -
Uses of ThreadContextMap in org.apache.logging.slf4j
Classes in org.apache.logging.slf4j that implement ThreadContextMap Modifier and Type Class Description class
MDCContextMap
Bind the ThreadContextMap to the SLF4J MDC.
-