Uses of Interface
org.apache.logging.log4j.spi.ThreadContextStack
Packages that use ThreadContextStack
-
Uses of ThreadContextStack in org.apache.logging.log4j
Classes in org.apache.logging.log4j that implement ThreadContextStackModifier and TypeClassDescriptionprivate static classAn empty read-only ThreadContextStack.private static final classFields in org.apache.logging.log4j declared as ThreadContextStackModifier and TypeFieldDescriptionprivate static ThreadContextStackThreadContext.contextStackstatic final ThreadContextStackThreadContext.EMPTY_STACKEmpty, immutable ContextStack. -
Uses of ThreadContextStack in org.apache.logging.log4j.spi
Classes in org.apache.logging.log4j.spi that implement ThreadContextStackModifier and TypeClassDescriptionclassA copy-on-write thread-safe variant oforg.apache.logging.log4j.spi.ThreadContextStackin which all mutative operations (add, pop, and so on) are implemented by making a fresh copy of the underlying list.classTODOMethods in org.apache.logging.log4j.spi that return ThreadContextStack