Files

class Files(max: Int = 10) : FileLogger.Limit

Keep max log files in the logPath.

Parameters

max

Number of files to keep, defaults to 10

Constructors

Link copied to clipboard
constructor(max: Int = 10)