d

open fun d(tag: String, message: String)

Logs a debug log line.

Parameters

tag

Log tag.

message

Log message.


open fun d(tag: String, message: String, e: Throwable)

Logs a debug log line.

Parameters

tag

Log tag.

message

Log message.

e

Exception to be logged.