| Field and Description |
|---|
| org.apache.logging.log4j.core.util.Constants.UTF_8
Use StandardCharsets. Will be removed in 2.5.
|
| Constructor and Description |
|---|
| org.apache.logging.log4j.core.impl.Log4jLogEvent(long)
use Log4jLogEvent.Builder instead. This constructor will be removed in an upcoming release.
|
| org.apache.logging.log4j.core.impl.Log4jLogEvent(String, Marker, String, Level, Message, Throwable)
use Log4jLogEvent.Builder instead. This constructor will be removed in an upcoming release.
|
| org.apache.logging.log4j.core.impl.Log4jLogEvent(String, Marker, String, Level, Message, Throwable, Map<String, String>, ThreadContext.ContextStack, String, StackTraceElement, long)
use Log4jLogEvent.Builder instead. This constructor will be removed in an upcoming release.
|