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

SystemFastLog

class SystemFastLog : FastLog

Default FastLog implementation which prints the logs to standard output

Constructors

<init>

SystemFastLog()

Default FastLog implementation which prints the logs to standard output

Functions

d

fun d(message: String, tag: String?): Unit

i

fun i(message: String, tag: String?): Unit

v

fun v(message: String, tag: String?): Unit