log

abstract fun <T : Any> log(    priority: Priority,     tag: String?,     kClass: KClass<T>,     kType: KType,     message: T)