class SystemFastLog : FastLog
Default FastLog implementation which prints the logs to standard output
SystemFastLog()
Default FastLog implementation which prints the logs to standard output |
fun d(message: String, tag: String?): Unit |
|
fun i(message: String, tag: String?): Unit |
|
fun v(message: String, tag: String?): Unit |