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 TypeClassDescriptionclassThis policy rewrites events where the message of the original event implementes java.util.Map.classThis policy rewrites events by adding a user-specified list of properties to the event.classThis 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 RewritePolicyModifier and TypeMethodDescriptionvoidRewriteAppender.setRewritePolicy(RewritePolicy rewritePolicy)