程序包 | 说明 |
---|---|
com.fr.third.apache.log4j.rewrite |
限定符和类型 | 类和说明 |
---|---|
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.
|
限定符和类型 | 方法和说明 |
---|---|
void |
RewriteAppender.setRewritePolicy(RewritePolicy rewritePolicy) |