Uses of Interface
org.apache.logging.log4j.spi.ThreadContextMap
-
-
Uses of ThreadContextMap in org.apache.logging.log4j
Fields in org.apache.logging.log4j declared as ThreadContextMap Modifier and Type Field Description private static ThreadContextMapThreadContext. contextMap -
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
Fields in org.apache.logging.log4j.core.impl with type parameters of type ThreadContextMap Modifier and Type Field Description private Lazy<ThreadContextMap>Log4jProvider. threadContextMapLazyMethods in org.apache.logging.log4j.core.impl that return ThreadContextMap Modifier and Type Method Description private ThreadContextMapLog4jProvider. createThreadContextMap()ThreadContextMapLog4jProvider. getThreadContextMapInstance() -
Uses of ThreadContextMap in org.apache.logging.log4j.simple.internal
Fields in org.apache.logging.log4j.simple.internal declared as ThreadContextMap Modifier and Type Field Description private ThreadContextMapSimpleProvider. threadContextMapMethods 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. INSTANCEFields in org.apache.logging.log4j.spi with type parameters of type ThreadContextMap Modifier and Type Field Description private @Nullable java.lang.Class<? extends ThreadContextMap>Provider. threadContextMapClassMethods 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 java.lang.Class<? extends ThreadContextMap>Provider. loadThreadContextMap()Loads theThreadContextMapclass specified by this Provider. -
Uses of ThreadContextMap in org.apache.logging.log4j.tojul
Methods in org.apache.logging.log4j.tojul that return ThreadContextMap Modifier and Type Method Description ThreadContextMapJULProvider. getThreadContextMapInstance() -
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.Fields in org.apache.logging.slf4j declared as ThreadContextMap Modifier and Type Field Description private static ThreadContextMapSLF4JProvider. THREAD_CONTEXT_MAPMethods in org.apache.logging.slf4j that return ThreadContextMap Modifier and Type Method Description ThreadContextMapSLF4JProvider. getThreadContextMapInstance()
-