Package | Description |
---|---|
org.apache.logging.log4j.core.async |
Provides Asynchronous Logger classes and interfaces for low-latency logging.
|
org.apache.logging.log4j.core.impl |
Log4j 2 private implementation classes.
|
org.apache.logging.log4j.message |
Public Message Types used for Log4j 2.
|
Modifier and Type | Class and Description |
---|---|
class |
RingBufferLogEvent
When the Disruptor is started, the RingBuffer is populated with event objects.
|
Modifier and Type | Class and Description |
---|---|
class |
MutableLogEvent
Mutable implementation of the
LogEvent interface. |
Modifier and Type | Method and Description |
---|---|
private static Message |
Log4jLogEvent.LogEventProxy.memento(ReusableMessage message) |
Modifier and Type | Class and Description |
---|---|
class |
ReusableObjectMessage
Mutable Message wrapper around an Object message.
|
class |
ReusableParameterizedMessage
Reusable parameterized message.
|
class |
ReusableSimpleMessage
Mutable Message wrapper around a String message.
|