Interface | Description |
---|---|
RewritePolicy |
Interface to be implemented by components that support modifications to the LogEvent.
|
Class | Description |
---|---|
LoggerNameLevelRewritePolicy |
Rewrites log event levels for a given logger name.
|
MapRewritePolicy |
This policy modifies events by replacing or possibly adding keys and values to the MapMessage.
|
PropertiesRewritePolicy |
This policy modifies events by replacing or possibly adding keys and values to the MapMessage.
|
RewriteAppender |
This Appender allows the logging event to be manipulated before it is processed by other Appenders.
|
Enum | Description |
---|---|
MapRewritePolicy.Mode |
An enumeration to identify whether keys not in the MapMessage should be added or whether only existing
keys should be updated.
|