Uses of Interface
org.apache.logging.log4j.spi.ThreadContextMap
Packages that use ThreadContextMap
Package
Description
Internal interfaces and classes to be used by authors of logging implementations or for internal use by
API classes.
-
Uses of ThreadContextMap in org.apache.logging.log4j.spi
Subinterfaces of ThreadContextMap in org.apache.logging.log4j.spiModifier and TypeInterfaceDescriptioninterface
Extension service provider interface to implement additional custom MDC behavior forThreadContext
.interface
Extension service provider interface to allow putting Object values in theThreadContext
.interface
Extension service provider interface to implement additional custom MDC behavior forThreadContext
.Classes in org.apache.logging.log4j.spi that implement ThreadContextMapModifier and TypeClassDescriptionclass
The default implementation ofThreadContextMap
class
ThreadContextMap
implementation used when either of system propertiesdisableThreadContextMap
or .Fields in org.apache.logging.log4j.spi declared as ThreadContextMapMethods in org.apache.logging.log4j.spi that return ThreadContextMapModifier and TypeMethodDescriptionstatic ThreadContextMap
ThreadContextMapFactory.createThreadContextMap()
Provider.getThreadContextMapInstance()
Methods in org.apache.logging.log4j.spi that return types with arguments of type ThreadContextMapModifier and TypeMethodDescription@Nullable Class<? extends ThreadContextMap>
Provider.loadThreadContextMap()
Loads theThreadContextMap
class specified by this Provider.