d

abstract fun d(message: String?, vararg args: Any?)

Log a debug message with optional format args.


abstract fun d(t: Throwable?, message: String?, vararg args: Any?)

Log a debug exception and a message with optional format args.


abstract fun d(t: Throwable?)

Log a debug exception.