Interface FileStrategy

All Known Implementing Classes:
RevolvingFileStrategy, UniqueFileStrategy

public interface FileStrategy
Strategy for naming log files. For a given base file name an implementation calculates the real file name.
Author:
Bernhard Huber, Peter Donald
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the next log file to rotate to.
  • Method Details

    • nextFile

      File nextFile()
      Get the next log file to rotate to.
      Returns:
      the file to rotate to