|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bankframe.services.logger.log4j.LOG4JContext
public class LOG4JContext
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 | |
---|---|
String |
pop()
This method removes an element from the logging context |
void |
push(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 |
---|
public LOG4JContext()
Method Detail |
---|
public void push(String context)
ELogger.Context
push
in interface ELogger.Context
public String pop()
ELogger.Context
pop
in interface ELogger.Context
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |