Uses of Interface
org.apache.logging.log4j.ThreadContext.ContextStack

Packages that use ThreadContext.ContextStack
org.apache.logging.log4j Public API for Log4j 2.0. 
 

Uses of ThreadContext.ContextStack in org.apache.logging.log4j
 

Classes in org.apache.logging.log4j that implement ThreadContext.ContextStack
static class ThreadContext.ImmutableStack
          An immutable ContextStack.
 

Fields in org.apache.logging.log4j declared as ThreadContext.ContextStack
static ThreadContext.ContextStack ThreadContext.EMPTY_STACK
          Empty, immutable ContextStack.
 

Methods in org.apache.logging.log4j that return ThreadContext.ContextStack
static ThreadContext.ContextStack ThreadContext.cloneStack()
          Returns a copy of this thread's stack.
 ThreadContext.ContextStack ThreadContext.ContextStack.copy()
          Returns a copy of the ContextStack.
static ThreadContext.ContextStack ThreadContext.getImmutableStack()
          Get an immutable copy of this current thread's context stack.
 



Copyright © 1999-2012 Apache Software Foundation. All Rights Reserved.