d

fun d(tag: String, messageCallback: Callable<String>)

Logs a Log.DEBUG message. The messageCallback is invoked only when the log is accepted by a registered logger via Logger.isLogged.


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

Logs a Log.DEBUG message, with optional String.format for message.


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

Logs a Log.DEBUG message with an optional throwable t, and optional String.format.