debug

fun SmartLogger.debug(message: String, throwable: Throwable? = null)

Equivalent of Log.d

Parameters

message

Message to be logged

throwable

throwable object if any