public interface TriggeringPolicy<E> extends LifeCycle
TriggeringPolicy controls the conditions under which roll-over
occurs. Such conditions include time of day, file size, an
external event, the log request or a combination thereof.| Modifier and Type | Method and Description |
|---|---|
boolean |
isTriggeringEvent(File activeFile,
E event)
Should roll-over be triggered at this time?
|
Copyright © 2005–2023 QOS.ch. All rights reserved.