Package com.umang.logger

Types

SmartLogger
Link copied to clipboard
interface SmartLogger
SmartLogHelper
Link copied to clipboard
object SmartLogHelper
Helper class to initialise the library and set the logging level.

Functions

debug
Link copied to clipboard
fun SmartLogger.debug(message: String, throwable: Throwable? = null)
Equivalent of Log.d
error
Link copied to clipboard
fun SmartLogger.error(message: String, throwable: Throwable? = null)
Equivalent of Log.e
info
Link copied to clipboard
fun SmartLogger.info(message: String, throwable: Throwable? = null)
Equivalent of Log.i
verbose
Link copied to clipboard
fun SmartLogger.verbose(message: String, throwable: Throwable? = null)
Equivalent of Log.v
warn
Link copied to clipboard
fun SmartLogger.warn(message: String, throwable: Throwable? = null)
Equivalent of Log.w