Interface RewritePolicy
-
- All Known Implementing Classes:
LoggerNameLevelRewritePolicy,MapRewritePolicy,PropertiesRewritePolicy,RewritePolicyAdapter
public interface RewritePolicyInterface to be implemented by components that support modifications to the LogEvent.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LogEventrewrite(LogEvent source)Rewrite a logging event.
-