org.apache.log.output.io.rotate
Interface FileStrategy
- RevolvingFileStrategy, UniqueFileStrategy
public interface FileStrategy
Strategy for naming log files.
For a given base file name an implementation calculates
the real file name.
File | nextFile()- Get the next log file to rotate to.
|
nextFile
public File nextFile()
Get the next log file to rotate to.
"Copyright B) 2001 Apache Jakarta Project. All Rights Reserved."