d

abstract fun d(tag: String, message: String, tr: Throwable? = null)

Logs a debug message.

Parameters

tag

calling object

message

the message to log

tr

exception to log (may be null).