on

fun on(kClass: KClass<*>?, with: KSLog): KSLog?(source)
fun on(kClass: KClass<*>?, with: SimpleKSLogCallback): KSLog?(source)
inline fun <T : Any> on(with: KSLog): KSLog?(source)
inline fun <T : Any> on(noinline with: SimpleKSLogCallback): KSLog?(source)