Uses of Interface
org.apache.logging.log4j.spi.ThreadContextStack
Packages that use ThreadContextStack
Package
Description
Public API for Log4j 2.
Internal interfaces and classes to be used by authors of logging implementations or for internal use by
API classes.
-
Uses of ThreadContextStack in org.apache.logging.log4j
Fields in org.apache.logging.log4j declared as ThreadContextStackModifier and TypeFieldDescriptionstatic final ThreadContextStack
ThreadContext.EMPTY_STACK
Empty, immutable ContextStack. -
Uses of ThreadContextStack in org.apache.logging.log4j.spi
Classes in org.apache.logging.log4j.spi that implement ThreadContextStackModifier and TypeClassDescriptionclass
A copy-on-write thread-safe variant oforg.apache.logging.log4j.spi.ThreadContextStack
in which all mutative operations (add, pop, and so on) are implemented by making a fresh copy of the underlying list.class
TODOMethods in org.apache.logging.log4j.spi that return ThreadContextStack