Class RotatingLogFilePoolHandler
java.lang.Object
kieker.monitoring.writer.filesystem.RotatingLogFilePoolHandler
- All Implemented Interfaces:
ILogFilePoolHandler
Rotating log file pool handler, there is a maximum limit on files.
- Since:
- 1.14
- Author:
- Reiner Jung
-
Constructor Summary
ConstructorsConstructorDescriptionRotatingLogFilePoolHandler(Path location, String extension, Integer maxAmountOfFiles) -
Method Summary
-
Constructor Details
-
RotatingLogFilePoolHandler
-
-
Method Details
-
requestFile
Description copied from interface:ILogFilePoolHandlerCreate a new path for a log file.- Specified by:
requestFilein interfaceILogFilePoolHandler- Returns:
- return a proper stream
-