copy

abstract fun copy(    name: String = this.name,     level: Level = this.level,     writer: KLogWriter = this.writer,     messageFormatter: KMessageFormatter = this.messageFormatter,     nameFormatter: KNameFormatter? = this.nameFormatter): KLog