Conf
data class Conf( var level: Level, var writer: KLogWriter, var messageFormatter: KMessageFormatter, val displayTagLength: Int = 12, val displayTagFormatter: KDisplayTagFormatter? = DefaultDisplayTagFormatter)
Content copied to clipboard
Constructors
Link copied to clipboard
fun Conf( level: Level, writer: KLogWriter, messageFormatter: KMessageFormatter, displayTagLength: Int = 12, displayTagFormatter: KDisplayTagFormatter? = DefaultDisplayTagFormatter)
Content copied to clipboard