com.bankframe.services.logger.log4j
Class LOG4JContext

java.lang.Object
  extended bycom.bankframe.services.logger.log4j.LOG4JContext
All Implemented Interfaces:
ELogger.Context

public class LOG4JContext
extends java.lang.Object
implements ELogger.Context

This class implements the ELogger.Context interface. This class is an Adaptor class which redirects calls to the LOG4J NDC class


Constructor Summary
LOG4JContext()
          Default Constructor
 
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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LOG4JContext

public LOG4JContext()
Default Constructor

Method Detail

push

public void push(java.lang.String context)
Description copied from interface: ELogger.Context
This method adds an element to the logging context

Specified by:
push in interface ELogger.Context
See Also:
ELogger#Context#push(String)

pop

public java.lang.String pop()
Description copied from interface: ELogger.Context
This method removes an element from the logging context

Specified by:
pop in interface ELogger.Context
See Also:
ELogger#Context#pop()


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