com.bankframe.services.logger
Class ELoggerContext

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

public class ELoggerContext
extends java.lang.Object

Author:
cdivilly To change this generated comment edit the template variable "typecomment": Window>Preferences>Java>Templates. To enable and disable the creation of type comments go to Window>Preferences>Java>Code Generation.

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 © 2004 Siebel Systems, Inc. All rights reserved.