KLog Impl
data class KLogImpl( registry: KLogRegistry, val name: String, _level: Level, _writer: KLogWriter, _messageFormatter: KMessageFormatter, _nameFormatter: KNameFormatter? = null) : KLog
Content copied to clipboard
Constructors
Link copied to clipboard
fun KLogImpl( registry: KLogRegistry, name: String, _level: Level, _writer: KLogWriter, _messageFormatter: KMessageFormatter, _nameFormatter: KNameFormatter? = null)
Content copied to clipboard
Functions
Link copied to clipboard
open override fun copy( name: String, level: Level, writer: KLogWriter, messageFormatter: KMessageFormatter, nameFormatter: KNameFormatter?): KLog
Content copied to clipboard