public interface PurgePolicy
Modifier and Type | Method and Description |
---|---|
void |
initialize(RoutingAppender routingAppender)
Initializes with routing appender
|
void |
purge()
Activates purging appenders.
|
void |
update(java.lang.String key,
LogEvent event) |
void purge()
PurgePolicy
implementations are responsible for invoking
this method themselves.void update(java.lang.String key, LogEvent event)
key
- routed appender keyevent
- void initialize(RoutingAppender routingAppender)
routingAppender
-