|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.log4j.NDC
public class NDC
Nested Diagnostic Context. NOTE: This class is added to Pax Logging ONLY TO PROVIDE THE API. There is NO SUPPORT for NDC in Pax Logging.
Method Summary | |
---|---|
static void |
clear()
Dummy method. |
static java.util.Stack |
cloneStack()
Dummy method. |
static java.lang.String |
get()
Dummy method. |
static int |
getDepth()
Dummy method. |
static void |
inherit(java.util.Stack stack)
Dummy method. |
static java.lang.String |
peek()
Dummy method. |
static java.lang.String |
pop()
Dummy method. |
static void |
push(java.lang.String message)
Dummy method. |
static void |
remove()
Dummy method. |
static void |
setMaxDepth(int maxDepth)
Dummy method. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void clear()
public static java.util.Stack cloneStack()
public static void inherit(java.util.Stack stack)
stack
- ignoredpublic static java.lang.String get()
public static int getDepth()
public static java.lang.String pop()
public static java.lang.String peek()
public static void push(java.lang.String message)
message
- ignoredpublic static void remove()
public static void setMaxDepth(int maxDepth)
maxDepth
- ignored
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |