接口 | 说明 |
---|---|
RewritePolicy |
This interface is implemented to provide a rewrite
strategy for RewriteAppender.
|
类 | 说明 |
---|---|
MapRewritePolicy |
This policy rewrites events where the message of the
original event implementes java.util.Map.
|
PropertyRewritePolicy |
This policy rewrites events by adding
a user-specified list of properties to the event.
|
ReflectionRewritePolicy |
This policy rewrites events by evaluating any
JavaBean properties on the message object and adding them
to the event properties.
|
RewriteAppender |
This appender forwards a logging request to another
appender after possibly rewriting the logging event.
|