org.jboss.logging
Class NDC
java.lang.Object
org.jboss.logging.NDC
public final class NDC
- extends java.lang.Object
Method Summary |
static void |
clear()
|
static java.lang.String |
get()
|
static int |
getDepth()
|
static java.lang.String |
peek()
|
static java.lang.String |
pop()
|
static void |
push(java.lang.String message)
|
static void |
setMaxDepth(int maxDepth)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
clear
public static void clear()
get
public static java.lang.String get()
getDepth
public static int getDepth()
pop
public static java.lang.String pop()
peek
public static java.lang.String peek()
push
public static void push(java.lang.String message)
setMaxDepth
public static void setMaxDepth(int maxDepth)
Copyright © 2012 JBoss, a division of Red Hat, Inc.