|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bankframe.services.logger.ELoggerContext
public class ELoggerContext
Method Summary | |
---|---|
static void |
clear()
This method clears the context stack for the current thread |
static String |
peek()
|
static String |
pop()
This method pops a String from the current thread's context |
static void |
push(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 |
---|
public static void clear()
public static void push(String context)
public static String peek()
public static String pop()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |