Package-level declarations
Types
Link copied to clipboard
Log to the platform-specific console.
Link copied to clipboard
class FileLogger(rotate: FileLogger.Rotate = Rotate.Daily, limit: FileLogger.Limit = Limit.Files(10), logPath: String? = null) : Logger
Log to files in logPath with rotate rotation and imposed retention limit.