Uses of Interface
org.apache.log4j.rewrite.RewritePolicy
Packages that use RewritePolicy
Package
Description
Log4j 1.x compatibility layer.
-
Uses of RewritePolicy in org.apache.log4j.bridge
Classes in org.apache.log4j.bridge that implement RewritePolicyModifier and TypeClassDescriptionclassBinds a Log4j 2 RewritePolicy to Log4j 1.Fields in org.apache.log4j.bridge declared as RewritePolicyMethods in org.apache.log4j.bridge that return RewritePolicyConstructors in org.apache.log4j.bridge with parameters of type RewritePolicy -
Uses of RewritePolicy in org.apache.log4j.builders
Methods in org.apache.log4j.builders that return RewritePolicyModifier and TypeMethodDescriptionBuilderManager.parseRewritePolicy(String className, Element rewriteElement, XmlConfiguration config) -
Uses of RewritePolicy in org.apache.log4j.builders.appender
Methods in org.apache.log4j.builders.appender with parameters of type RewritePolicyModifier and TypeMethodDescriptionprivate <T extends Log4j1Configuration>
AppenderRewriteAppenderBuilder.createAppender(String name, String level, String[] appenderRefs, RewritePolicy policy, Filter filter, T configuration) -
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 implements java.util.Map.classThis policy rewrites events by adding a user-specified list of properties to the event. -
Uses of RewritePolicy in org.apache.log4j.xml
Methods in org.apache.log4j.xml that return RewritePolicyModifier and TypeMethodDescriptionprivate RewritePolicyXmlConfiguration.buildRewritePolicy(String className, Element element) XmlConfiguration.parseRewritePolicy(Element rewritePolicyElement)