Interface IRollingFileAppender

    • Method Detail

      • getFileName

        String getFileName()
      • getFilePattern

        String getFilePattern()
      • findExistingLogFiles

        default Set<Path> findExistingLogFiles()
        Finds all log files for this appender. This includes the main log file and all backup log files.
        Returns:
        A set with all existing log files.