CloseableThreadContext.Instance |
CloseableThreadContext.Instance.push(String message) |
Pushes new diagnostic context information on to the Thread Context Stack.
|
CloseableThreadContext.Instance |
CloseableThreadContext.Instance.push(String message,
Object[] args) |
Pushes new diagnostic context information on to the Thread Context Stack.
|
static CloseableThreadContext.Instance |
CloseableThreadContext.push(String message) |
Pushes new diagnostic context information on to the Thread Context Stack.
|
static CloseableThreadContext.Instance |
CloseableThreadContext.push(String message,
Object... args) |
Pushes new diagnostic context information on to the Thread Context Stack.
|
CloseableThreadContext.Instance |
CloseableThreadContext.Instance.pushAll(List<String> messages) |
Populates the Thread Context Stack with the supplied stack.
|
static CloseableThreadContext.Instance |
CloseableThreadContext.pushAll(List<String> messages) |
Populates the Thread Context Stack with the supplied stack.
|
CloseableThreadContext.Instance |
CloseableThreadContext.Instance.put(String key,
String value) |
Populates the Thread Context Map with the supplied key/value pair.
|
static CloseableThreadContext.Instance |
CloseableThreadContext.put(String key,
String value) |
Populates the Thread Context Map with the supplied key/value pair.
|
CloseableThreadContext.Instance |
CloseableThreadContext.Instance.putAll(Map<String,String> values) |
Populates the Thread Context Map with the supplied key/value pairs.
|
static CloseableThreadContext.Instance |
CloseableThreadContext.putAll(Map<String,String> values) |
Populates the Thread Context Map with the supplied key/value pairs.
|