public final class NDC
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static void |
clear()
Clears the nested diagnostics context.
|
static java.lang.String |
get()
Retrieves the current values set for the nested diagnostics context.
|
static int |
getDepth()
The current depth of the nested diagnostics context.
|
static java.lang.String |
peek()
Peeks at the top value from the stack and returns it.
|
static java.lang.String |
pop()
Pops top value from the stack and returns it.
|
static void |
push(java.lang.String message)
Pushes a value to the nested diagnostics context stack.
|
static void |
setMaxDepth(int maxDepth)
Sets maximum depth of the stack removing any entries below the maximum depth.
|
public static void clear()
public static java.lang.String get()
null
if no value was setpublic static int getDepth()
public static java.lang.String pop()
public static java.lang.String peek()
public static void push(java.lang.String message)
message
- the message to pushpublic static void setMaxDepth(int maxDepth)
maxDepth
- the maximum depth to setCopyright © 2015 Red Hat, Inc.