Uses of Interface
org.apache.logging.log4j.ThreadContext.ContextStack
-
Packages that use ThreadContext.ContextStack Package Description org.apache.logging.log4j org.ops4j.pax.logging.log4jv2 -
-
Uses of ThreadContext.ContextStack in org.apache.logging.log4j
Methods in org.apache.logging.log4j that return ThreadContext.ContextStack Modifier and Type Method Description static ThreadContext.ContextStackThreadContext. cloneStack()Returns a copy of this thread's stack.ThreadContext.ContextStackThreadContext.ContextStack. copy()Returns a copy of the ContextStack.static ThreadContext.ContextStackThreadContext. getImmutableStack()Gets an immutable copy of this current thread's context stack.ThreadContext.ContextStackThreadContext.ContextStack. getImmutableStackOrNull()Returns a ContextStack with the same contents as this ContextStack ornull. -
Uses of ThreadContext.ContextStack in org.ops4j.pax.logging.log4jv2
Classes in org.ops4j.pax.logging.log4jv2 that implement ThreadContext.ContextStack Modifier and Type Class Description classLog4jv2ThreadContextStackA 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.Methods in org.ops4j.pax.logging.log4jv2 that return ThreadContext.ContextStack Modifier and Type Method Description ThreadContext.ContextStackLog4jv2ThreadContextStack. getImmutableStackOrNull()
-