Uses of Interface
org.apache.logging.log4j.spi.ThreadContextMap2
-
Packages that use ThreadContextMap2 Package Description org.apache.logging.log4j.core.context.internal org.apache.logging.log4j.spi org.apache.logging.slf4j -
-
Uses of ThreadContextMap2 in org.apache.logging.log4j.core.context.internal
Classes in org.apache.logging.log4j.core.context.internal that implement ThreadContextMap2 Modifier and Type Class Description classGarbageFreeSortedArrayThreadContextMapSortedArrayStringMap-based implementation of theThreadContextMapinterface that attempts not to create temporary objects. -
Uses of ThreadContextMap2 in org.apache.logging.log4j.spi
Subinterfaces of ThreadContextMap2 in org.apache.logging.log4j.spi Modifier and Type Interface Description interfaceCleanableThreadContextMapExtension service provider interface to implement additional custom MDC behavior forThreadContext.interfaceObjectThreadContextMapExtension service provider interface to allow putting Object values in theThreadContext. -
Uses of ThreadContextMap2 in org.apache.logging.slf4j
Classes in org.apache.logging.slf4j that implement ThreadContextMap2 Modifier and Type Class Description classMDCContextMapBind the ThreadContextMap to the SLF4J MDC.
-