Package org.apache.log4j.rewrite


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