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.put(String key,
String value)
Populates the Thread Context Map with the supplied key/value pairs.
|
CloseableThreadContext.Instance |
CloseableThreadContext.Instance.put(String key,
String value)
Populates the Thread Context Map with the supplied key/value pairs.
|
Copyright © 1999-2016 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.