Package | Description |
---|---|
org.apache.log4j.rewrite |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
private RewritePolicy |
RewriteAppender.policy
Rewrite policy.
|
Modifier and Type | Method and Description |
---|---|
void |
RewriteAppender.setRewritePolicy(RewritePolicy rewritePolicy) |