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
 String pop()
          This method removes an element from the logging context
 void push(String context)
          This method adds an element to the logging context
 

Method Detail

push

void push(String context)
This method adds an element to the logging context


pop

String pop()
This method removes an element from the logging context



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