Class RotatingLogFilePoolHandler

java.lang.Object
kieker.monitoring.writer.filesystem.RotatingLogFilePoolHandler
All Implemented Interfaces:
ILogFilePoolHandler

public class RotatingLogFilePoolHandler extends Object implements ILogFilePoolHandler
Rotating log file pool handler, there is a maximum limit on files.
Since:
1.14
Author:
Reiner Jung
  • Constructor Details

    • RotatingLogFilePoolHandler

      public RotatingLogFilePoolHandler(Path location, String extension, Integer maxAmountOfFiles)
  • Method Details