Class RotatingLogFilePoolHandler
java.lang.Object
kieker.monitoring.writer.filesystem.RotatingLogFilePoolHandler
- All Implemented Interfaces:
- ILogFilePoolHandler
public class RotatingLogFilePoolHandler extends java.lang.Object implements ILogFilePoolHandler
Rotating log file pool handler, there is a maximum limit on files.
- Since:
- 1.14
- Author:
- Reiner Jung
- 
Constructor SummaryConstructors Constructor Description RotatingLogFilePoolHandler(java.nio.file.Path location, java.lang.String extension, java.lang.Integer maxAmountOfFiles)
- 
Method SummaryModifier and Type Method Description java.nio.file.PathrequestFile()Create a new path for a log file.
- 
Constructor Details- 
RotatingLogFilePoolHandlerpublic RotatingLogFilePoolHandler(java.nio.file.Path location, java.lang.String extension, java.lang.Integer maxAmountOfFiles)
 
- 
- 
Method Details- 
requestFilepublic java.nio.file.Path requestFile()Description copied from interface:ILogFilePoolHandlerCreate a new path for a log file.- Specified by:
- requestFilein interface- ILogFilePoolHandler
- Returns:
- return a proper stream
 
 
-