Uses of Interface
org.apache.logging.log4j.spi.ThreadContextMap
-
Packages that use ThreadContextMap 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 ThreadContextMap in org.apache.logging.log4j.spi
Subinterfaces of ThreadContextMap 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.interfaceThreadContextMap2Extension 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 classDefaultThreadContextMapThe actual ThreadContext Map.classNoOpThreadContextMapThreadContextMapimplementation used when either of system propertiesdisableThreadContextMapor .Methods in org.apache.logging.log4j.spi that return ThreadContextMap Modifier and Type Method Description static ThreadContextMapThreadContextMapFactory. 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 theThreadContextMapclass 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 classMDCContextMapBind the ThreadContextMap to the SLF4J MDC.
-