Conf

data class Conf(var level: Level, var writer: KLogWriter, var messageFormatter: KMessageFormatter, val displayTagLength: Int = 12, val displayTagFormatter: KDisplayTagFormatter? = DefaultDisplayTagFormatter)

Constructors

Link copied to clipboard
constructor(level: Level, writer: KLogWriter, messageFormatter: KMessageFormatter, displayTagLength: Int = 12, displayTagFormatter: KDisplayTagFormatter? = DefaultDisplayTagFormatter)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard