d

abstract fun d(message: String)

Logs a debug message formatted with the passed in arguments.


abstract fun d(throwable: Throwable, message: String)

Logs a Throwable and debug message formatted with the passed in arguments.