Uses of Interface
org.apache.logging.log4j.spi.CleanableThreadContextMap
-
Packages that use CleanableThreadContextMap 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 CleanableThreadContextMap in org.apache.logging.log4j.spi
Subinterfaces of CleanableThreadContextMap in org.apache.logging.log4j.spi Modifier and Type Interface Description interface
ObjectThreadContextMap
Extension service provider interface to allow putting Object values in theThreadContext
. -
Uses of CleanableThreadContextMap in org.apache.logging.slf4j
Classes in org.apache.logging.slf4j that implement CleanableThreadContextMap Modifier and Type Class Description class
MDCContextMap
Bind the ThreadContextMap to the SLF4J MDC.
-