Uses of Interface
org.apache.log4j.rewrite.RewritePolicy

Packages that use RewritePolicy
org.apache.log4j.rewrite   
 

Uses of RewritePolicy in org.apache.log4j.rewrite
 

Classes in org.apache.log4j.rewrite that implement RewritePolicy
 class MapRewritePolicy
          This policy rewrites events where the message of the original event implementes java.util.Map.
 class PropertyRewritePolicy
          This policy rewrites events by adding a user-specified list of properties to the event.
 class ReflectionRewritePolicy
          This policy rewrites events by evaluating any JavaBean properties on the message object and adding them to the event properties.
 

Methods in org.apache.log4j.rewrite with parameters of type RewritePolicy
 void RewriteAppender.setRewritePolicy(RewritePolicy rewritePolicy)
           
 



Copyright © 1999-2012 Apache Software Foundation. All Rights Reserved.