d

open fun d(msg: String)

Parameters

msg

The message you would like logged.

open fun d(msg: String, tr: Throwable)

Parameters

msg

The message you would like logged.

tr

An exception to log