kalev-lib / eu.bolt.kalev.fast / FastLog

FastLog

interface FastLog

Functions

d

abstract fun d(message: String, tag: String? = null): Unit

i

abstract fun i(message: String, tag: String? = null): Unit

v

abstract fun v(message: String, tag: String? = null): Unit

Inheritors

SystemFastLog

class SystemFastLog : FastLog

Default FastLog implementation which prints the logs to standard output