Uses of Interface
org.apache.logging.log4j.spi.ThreadContextMap
-
Packages that use ThreadContextMap Package Description org.apache.logging.log4j.core.context.internal org.apache.logging.log4j.core.impl org.apache.logging.log4j.simple.internal org.apache.logging.log4j.spi -
-
Uses of ThreadContextMap in org.apache.logging.log4j.core.context.internal
Classes in org.apache.logging.log4j.core.context.internal that implement ThreadContextMap Modifier and Type Class Description classGarbageFreeSortedArrayThreadContextMapSortedArrayStringMap-based implementation of theThreadContextMapinterface that attempts not to create temporary objects. -
Uses of ThreadContextMap in org.apache.logging.log4j.core.impl
Methods in org.apache.logging.log4j.core.impl that return ThreadContextMap Modifier and Type Method Description ThreadContextMapLog4jProvider. getThreadContextMapInstance() -
Uses of ThreadContextMap in org.apache.logging.log4j.simple.internal
Methods in org.apache.logging.log4j.simple.internal that return ThreadContextMap Modifier and Type Method Description ThreadContextMapSimpleProvider. getThreadContextMapInstance() -
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 default implementation ofThreadContextMapclassNoOpThreadContextMapThreadContextMapimplementation used when either of system propertiesdisableThreadContextMapor .Fields in org.apache.logging.log4j.spi declared as ThreadContextMap Modifier and Type Field Description static ThreadContextMapNoOpThreadContextMap. INSTANCEMethods in org.apache.logging.log4j.spi that return ThreadContextMap Modifier and Type Method Description static ThreadContextMapThreadContextMapFactory. createThreadContextMap()ThreadContextMapProvider. getThreadContextMapInstance()Methods in org.apache.logging.log4j.spi that return types with arguments of type ThreadContextMap Modifier and Type Method Description @Nullable Class<? extends ThreadContextMap>Provider. loadThreadContextMap()Loads theThreadContextMapclass specified by this Provider.
-