Package org.apache.log4j
Class NDC
java.lang.Object
org.apache.log4j.NDC
Deprecated.
A log4j's NDC implemented in terms of SLF4J MDC primitives.
- Since:
- SLF4J 1.6.0
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidclear()Deprecated.static StackDeprecated.static Stringget()Deprecated.static intgetDepth()Deprecated.static voidDeprecated.static Stringpeek()Deprecated.static Stringpop()Deprecated.static voidDeprecated.static voidremove()Deprecated.static voidsetMaxDepth(int maxDepth) Deprecated.
-
Field Details
-
PREFIX
Deprecated.- See Also:
-
-
Constructor Details
-
NDC
public NDC()Deprecated.
-
-
Method Details
-
clear
public static void clear()Deprecated. -
cloneStack
Deprecated. -
inherit
Deprecated. -
get
Deprecated. -
getDepth
public static int getDepth()Deprecated. -
pop
Deprecated. -
peek
Deprecated. -
push
Deprecated. -
remove
public static void remove()Deprecated. -
setMaxDepth
public static void setMaxDepth(int maxDepth) Deprecated.
-