Uses of Interface
org.apache.logging.log4j.spi.ThreadContextMap2
-
Packages that use ThreadContextMap2 Package Description 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 ThreadContextMap2 in org.apache.logging.log4j.spi
Subinterfaces of ThreadContextMap2 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
.Classes in org.apache.logging.log4j.spi that implement ThreadContextMap2 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.(package private) class
GarbageFreeSortedArrayThreadContextMap
SortedArrayStringMap
-based implementation of theThreadContextMap
interface that attempts not to create temporary objects. -
Uses of ThreadContextMap2 in org.apache.logging.slf4j
Classes in org.apache.logging.slf4j that implement ThreadContextMap2 Modifier and Type Class Description class
MDCContextMap
Bind the ThreadContextMap to the SLF4J MDC.
-