Uses of Interface
org.apache.log4j.rewrite.RewritePolicy
Packages that use RewritePolicy
-
Uses of RewritePolicy in org.apache.log4j.rewrite
Classes in org.apache.log4j.rewrite that implement RewritePolicyModifier and TypeClassDescriptionclass
This policy rewrites events where the message of the original event implementes java.util.Map.class
This policy rewrites events by adding a user-specified list of properties to the event.class
This policy rewrites events by evaluating any JavaBean properties on the message object and adding them to the event properties.Fields in org.apache.log4j.rewrite declared as RewritePolicyMethods in org.apache.log4j.rewrite with parameters of type RewritePolicyModifier and TypeMethodDescriptionvoid
RewriteAppender.setRewritePolicy
(RewritePolicy rewritePolicy)