Logger

interface Logger

Simple logger interface

Functions

Link copied to clipboard
abstract fun logD(tag: String, msg: String, throwable: Throwable?)
Link copied to clipboard
abstract fun logE(tag: String, msg: String, throwable: Throwable?)
Link copied to clipboard
abstract fun logI(tag: String, msg: String, throwable: Throwable?)
Link copied to clipboard
abstract fun logW(tag: String, msg: String, throwable: Throwable?)