org.apache.log4j
Class NDC
java.lang.Object
org.apache.log4j.NDC
public class NDC
- extends Object
A bare-bones implementation of log4j's NDC which compiles and prevents run
time exceptions.
- Since:
- SLF4J 1.6.0
Constructor Summary |
NDC()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NDC
public NDC()
clear
public static void clear()
cloneStack
public static Stack cloneStack()
inherit
public static void inherit(Stack stack)
get
public static String get()
getDepth
public static int getDepth()
pop
public static String pop()
peek
public static String peek()
push
public static void push(String message)
remove
public static void remove()
setMaxDepth
public static void setMaxDepth(int maxDepth)
Copyright © 2005-2011 QOS.ch. All Rights Reserved.