public interface ILogFilePoolHandler
ILogFilePoolHandler
is used to manage log data files in Kieker.
After construction, each request of a new file path will return a new file path.
The corresponding constructor must have the following signature:
- Path location
- String file extension prefixed by a dot
- Integer with the max amount of filesModifier and Type | Method and Description |
---|---|
java.nio.file.Path |
requestFile()
Create a new path for a log file.
|
Copyright 2020 Kieker Project, http://kieker-monitoring.net