com.bankframe.services.logger
Interface ELogger.Context

All Known Implementing Classes:
LOG4JContext
Enclosing interface:
ELogger

public static interface ELogger.Context

This interface defines the logging context


Method Summary
 java.lang.String pop()
          This method removes an element from the logging context
 void push(java.lang.String context)
          This method adds an element to the logging context
 

Method Detail

push

public void push(java.lang.String context)
This method adds an element to the logging context


pop

public java.lang.String pop()
This method removes an element from the logging context



Copyright © 2004 Siebel Systems, Inc. All rights reserved.