JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.apache.log.output.io.rotate
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
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
java.io.File
nextFile
()
Get the next log file to rotate to.
Method Detail
nextFile
java.io.File nextFile()
Get the next log file to rotate to.
Returns:
the file to rotate to
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method