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(java.io.File activeFile,
E event)
activeFile - A reference to the currently active log file.event - A reference to the currently event.