Limit

sealed class Limit

Log file storage limit.

Inheritors

Types

Link copied to clipboard
class Files(max: Int = 10) : FileLogger.Limit

Keep max log files in the logPath.

Link copied to clipboard
data object Not : FileLogger.Limit

There's no limit!