Interface RotationPolicy

    • Method Detail

      • shouldRotateFile

        boolean shouldRotateFile​(RotatableObject file)
        This method indicates if the log file should be rotated or not.
        Parameters:
        file - The file to be checked.
        Returns:
        True if the log file should be rotated, false otherwise.