Package | Description |
---|---|
org.apache.logging.log4j.core.filter |
Log4j 2 Filter support.
|
org.apache.logging.log4j.message |
Public Message Types used for Log4j 2.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
MapFilter.filter(MapMessage mapMessage) |
Modifier and Type | Class and Description |
---|---|
class |
StructuredDataMessage
Represents a Message that conforms to an RFC 5424 StructuredData element along with the syslog message.
|
Modifier and Type | Method and Description |
---|---|
MapMessage |
MapMessage.newInstance(java.util.Map<java.lang.String,java.lang.String> map) |
MapMessage |
StructuredDataMessage.newInstance(java.util.Map<java.lang.String,java.lang.String> map) |
MapMessage |
MapMessage.with(java.lang.String key,
java.lang.String value)
Add an item to the data Map in fluent style.
|