| Interface | Description |
|---|---|
| RewritePolicy |
This interface is implemented to provide a rewrite strategy for
RewriteAppender.
|
| Class | Description |
|---|---|
| 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.
|
Copyright © 1999–2022 QOS.CH Sarl (Switzerland). All rights reserved.