public class PropertyRewritePolicy extends Object implements RewritePolicy
Constructor and Description |
---|
PropertyRewritePolicy() |
Modifier and Type | Method and Description |
---|---|
org.apache.log4j.spi.LoggingEvent |
rewrite(org.apache.log4j.spi.LoggingEvent source)
Rewrite a logging event.
|
void |
setProperties(String props)
Set a string representing the property name/value pairs.
|
public void setProperties(String props)
props
- public org.apache.log4j.spi.LoggingEvent rewrite(org.apache.log4j.spi.LoggingEvent source)
rewrite
in interface RewritePolicy
source
- a logging event that may be returned or
used to create a new logging event.Copyright © 2017. All rights reserved.