Interface TriggeringPolicy<E>

    • Method Detail

      • isTriggeringEvent

        boolean isTriggeringEvent​(java.io.File activeFile,
                                  E event)
        Deprecated.
        Should roll-over be triggered at this time?
        Parameters:
        activeFile - A reference to the currently active log file.
        event - A reference to the currently event.
        Returns:
        true if a roll-over should occur.