Interface TriggeringPolicy<E>

    • Method Summary

      Modifier and Type Method and Description
      boolean isTriggeringEvent(File activeFile, E event)
      Should roll-over be triggered at this time?
    • Method Detail

      • isTriggeringEvent

        boolean isTriggeringEvent(File activeFile,
                                  E event)
        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.