Package | Description |
---|---|
org.apache.logging.log4j |
Public API for Log4j 2.
|
Modifier and Type | Method and Description |
---|---|
static CloseableThreadContext.Instance |
CloseableThreadContext.push(String message)
Pushes new diagnostic context information on to the Thread Context Stack.
|
CloseableThreadContext.Instance |
CloseableThreadContext.Instance.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.push(String message,
Object[] args)
Pushes new diagnostic context information on to the Thread Context Stack.
|
static CloseableThreadContext.Instance |
CloseableThreadContext.pushAll(List<String> messages)
Populates the Thread Context Stack with the supplied stack.
|
CloseableThreadContext.Instance |
CloseableThreadContext.Instance.pushAll(List<String> messages)
Populates the Thread Context Stack with the supplied stack.
|
static CloseableThreadContext.Instance |
CloseableThreadContext.put(String key,
String value)
Populates the Thread Context Map with the supplied key/value pair.
|
CloseableThreadContext.Instance |
CloseableThreadContext.Instance.put(String key,
String value)
Populates the Thread Context Map with the supplied key/value pair.
|
static CloseableThreadContext.Instance |
CloseableThreadContext.putAll(Map<String,String> values)
Populates the Thread Context Map with the supplied key/value pairs.
|
CloseableThreadContext.Instance |
CloseableThreadContext.Instance.putAll(Map<String,String> values)
Populates the Thread Context Map with the supplied key/value pairs.
|
Copyright © 1999-1969 The Apache Software Foundation. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.