com.bankframe.services.logger
Class ELoggerContext

java.lang.Object
  extended bycom.bankframe.services.logger.ELoggerContext

public class ELoggerContext
extends java.lang.Object


Method Summary
static void clear()
          This method clears the context stack for the current thread
static java.lang.String peek()
           
static java.lang.String pop()
          This method pops a String from the current thread's context
static void push(java.lang.String context)
          This method pushes a String onto the current thread's context
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

clear

public static void clear()
This method clears the context stack for the current thread


push

public static void push(java.lang.String context)
This method pushes a String onto the current thread's context


peek

public static java.lang.String peek()

pop

public static java.lang.String pop()
This method pops a String from the current thread's context



Copyright © 2005, 2007, Oracle. All rights reserved.