Package org.apache.log.output.io.rotate
Interface FileStrategy
-
- All Known Implementing Classes:
RevolvingFileStrategy,UniqueFileStrategy
public interface FileStrategyStrategy for naming log files. For a given base file name an implementation calculates the real file name.- Author:
- Bernhard Huber, Peter Donald
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.io.FilenextFile()Get the next log file to rotate to.
-