Package org.apache.logging.log4j.core.appender.rewrite
Apache Flume Appender. Requires the user specifically include Flume and its dependencies.
-
Interface Summary Interface Description RewritePolicy Interface to be implemented by components that support modifications to the LogEvent. -
Class Summary 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 Summary 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.