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
fun Conf(    level: Level,     writer: KLogWriter,     messageFormatter: KMessageFormatter,     displayTagLength: Int = 12,     displayTagFormatter: KDisplayTagFormatter? = DefaultDisplayTagFormatter)

Properties

Link copied to clipboard
val displayTagFormatter: KDisplayTagFormatter?
Link copied to clipboard
val displayTagLength: Int = 12
Link copied to clipboard
var level: Level
Link copied to clipboard
var messageFormatter: KMessageFormatter
Link copied to clipboard
var writer: KLogWriter