AndroidLogger

class AndroidLogger : LogInterface

Default Implementation of LogInterface for android

Constructors

Link copied to clipboard
fun AndroidLogger()

Functions

Link copied to clipboard
open override fun d(    tag: String,     msg: String,     throwable: Throwable?)
Link copied to clipboard
open override fun e(    tag: String,     msg: String,     throwable: Throwable?)
Link copied to clipboard
open override fun i(    tag: String,     msg: String,     throwable: Throwable?)
Link copied to clipboard
open override fun w(    tag: String,     msg: String,     throwable: Throwable?)