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.boolean isTriggeringEvent(File activeFile, E event)
activeFile
- A reference to the currently active log file.event
- A reference to the currently event.Copyright © 2005–2018 QOS.ch. All rights reserved.