Package org.apache.log4j.rewrite
-
Interface Summary Interface Description RewritePolicy This interface is implemented to provide a rewrite strategy for RewriteAppender. -
Class Summary Class Description MapRewritePolicy This policy rewrites events where the message of the original event implementes java.util.Map.PropertyRewritePolicy This policy rewrites events by adding a user-specified list of properties to the event.ReflectionRewritePolicy This policy rewrites events by evaluating any JavaBean properties on the message object and adding them to the event properties.RewriteAppender This appender forwards a logging request to another appender after possibly rewriting the logging event.