File Logger
constructor(rotation: FileLogger.Rotate = Rotate.Daily, limit: FileLogger.Limit = Limit.Files(), logPath: String)
constructor(rotate: FileLogger.Rotate = Rotate.Daily, limit: FileLogger.Limit = Limit.Files(10), logPath: Path = defaultLogPath)
Parameters
rotate
Log file rotation, defaults to Rotate.Daily
limit
Log file retention limit, defaults to Limit.Files
log Path
Log file path, defaults to platform-specific temporary directory defaultLogPath