abstract fun d(tag: Tag? = null, msg: Message, tr: Throwable? = null): Unit
Send a debug log message and log the exception.
tag - is Tag used to identify the source of a log message. It usually identifies
the class or activity where the log call occurs.
msg - is Message you would like logged.