Uses of Interface
org.apache.logging.log4j.spi.ThreadContextMap
Packages that use ThreadContextMap
Package
Description
-
Uses of ThreadContextMap in org.apache.logging.log4j
Fields in org.apache.logging.log4j declared as ThreadContextMap -
Uses of ThreadContextMap in org.apache.logging.log4j.core.context.internal
Classes in org.apache.logging.log4j.core.context.internal that implement ThreadContextMapModifier and TypeClassDescriptionclassSortedArrayStringMap-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 ThreadContextMapModifier and TypeFieldDescriptionprivate final Lazy<ThreadContextMap> Log4jProvider.threadContextMapLazyMethods in org.apache.logging.log4j.core.impl that return ThreadContextMapModifier and TypeMethodDescriptionprivate ThreadContextMapLog4jProvider.createThreadContextMap()Log4jProvider.getThreadContextMapInstance() -
Uses of ThreadContextMap in org.apache.logging.log4j.simple.internal
Fields in org.apache.logging.log4j.simple.internal declared as ThreadContextMapMethods in org.apache.logging.log4j.simple.internal that return ThreadContextMap -
Uses of ThreadContextMap in org.apache.logging.log4j.spi
Subinterfaces of ThreadContextMap in org.apache.logging.log4j.spiModifier and TypeInterfaceDescriptioninterfaceExtension service provider interface to implement additional custom MDC behavior forThreadContext.interfaceExtension service provider interface to allow putting Object values in theThreadContext.interfaceExtension service provider interface to implement additional custom MDC behavior forThreadContext.Classes in org.apache.logging.log4j.spi that implement ThreadContextMapModifier and TypeClassDescriptionclassThe default implementation ofThreadContextMapclassThreadContextMapimplementation used when either of system propertiesdisableThreadContextMapor .Fields in org.apache.logging.log4j.spi declared as ThreadContextMapFields in org.apache.logging.log4j.spi with type parameters of type ThreadContextMapModifier and TypeFieldDescriptionprivate final @Nullable Class<? extends ThreadContextMap> Provider.threadContextMapClassMethods in org.apache.logging.log4j.spi that return ThreadContextMapModifier and TypeMethodDescriptionstatic ThreadContextMapThreadContextMapFactory.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 theThreadContextMapclass specified by this Provider. -
Uses of ThreadContextMap in org.apache.logging.log4j.tojul
Methods in org.apache.logging.log4j.tojul that return ThreadContextMap -
Uses of ThreadContextMap in org.apache.logging.slf4j
Classes in org.apache.logging.slf4j that implement ThreadContextMapFields in org.apache.logging.slf4j declared as ThreadContextMapModifier and TypeFieldDescriptionprivate static final ThreadContextMapSLF4JProvider.THREAD_CONTEXT_MAPMethods in org.apache.logging.slf4j that return ThreadContextMap