plus

infix operator fun KSLog.plus(other: KSLog): CallbackKSLog(source)

Will send KSLog.performLog of both this and other instances. In case when this will throw exception result logger will rethrow it. After it, if other will throw exception - will also rethrow it