Package | Description |
---|---|
org.apache.logging.log4j |
Public API for Log4j 2.
|
Modifier and Type | Method and Description |
---|---|
static CloseableThreadContext.Instance |
CloseableThreadContext.push(java.lang.String message)
Pushes new diagnostic context information on to the Thread Context Stack.
|
CloseableThreadContext.Instance |
CloseableThreadContext.Instance.push(java.lang.String message)
Pushes new diagnostic context information on to the Thread Context Stack.
|
static CloseableThreadContext.Instance |
CloseableThreadContext.push(java.lang.String message,
java.lang.Object... args)
Pushes new diagnostic context information on to the Thread Context Stack.
|
CloseableThreadContext.Instance |
CloseableThreadContext.Instance.push(java.lang.String message,
java.lang.Object[] args)
Pushes new diagnostic context information on to the Thread Context Stack.
|
static CloseableThreadContext.Instance |
CloseableThreadContext.pushAll(java.util.List<java.lang.String> messages)
Populates the Thread Context Stack with the supplied stack.
|
CloseableThreadContext.Instance |
CloseableThreadContext.Instance.pushAll(java.util.List<java.lang.String> messages)
Populates the Thread Context Stack with the supplied stack.
|
static CloseableThreadContext.Instance |
CloseableThreadContext.put(java.lang.String key,
java.lang.String value)
Populates the Thread Context Map with the supplied key/value pair.
|
CloseableThreadContext.Instance |
CloseableThreadContext.Instance.put(java.lang.String key,
java.lang.String value)
Populates the Thread Context Map with the supplied key/value pair.
|
static CloseableThreadContext.Instance |
CloseableThreadContext.putAll(java.util.Map<java.lang.String,java.lang.String> values)
Populates the Thread Context Map with the supplied key/value pairs.
|
CloseableThreadContext.Instance |
CloseableThreadContext.Instance.putAll(java.util.Map<java.lang.String,java.lang.String> values)
Populates the Thread Context Map with the supplied key/value pairs.
|