File Logger
constructor(rotate: FileLogger.Rotate = Rotate.Daily, limit: FileLogger.Limit = Limit.Files(10), logPath: String? = null)
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 a platform-specific temporary directory