DebugLogger

Debug logger use Android Log only if BuildConfig.DEBUG

Functions

Link copied to clipboard
fun debug(tag: String, message: String, throwable: Throwable? = null)
Link copied to clipboard
fun error(tag: String, message: String, throwable: Throwable? = null)
Link copied to clipboard
fun info(tag: String, message: String, throwable: Throwable? = null)
Link copied to clipboard
fun warning(tag: String, message: String, throwable: Throwable? = null)