MokokiLogger

interface MokokiLogger

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun isLoggable(priority: Priority): Boolean
Link copied to clipboard
abstract fun <T : Any> log(    priority: Priority,     tag: String?,     kClass: KClass<T>,     kType: KType,     message: T)

Properties

Link copied to clipboard
abstract var useCompatibleMode: Boolean

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Extensions

Link copied to clipboard
fun MokokiLogger.buildMokokiMessage(    priority: Priority,     tag: String?,     message: Any): List<String>