KLogImpl

fun KLogImpl(    registry: KLogRegistry,     name: String,     _level: Level,     _writer: KLogWriter,     _messageFormatter: KMessageFormatter,     _nameFormatter: KNameFormatter? = null)