d

fun d(tag: Tag, content: Any?)(source)
fun d(tag: Tag, lazyMsg: () -> Any)(source)
fun d(tag: Tag, content: Any?, throwable: Throwable)(source)
fun d(tag: Tag, throwable: Throwable, lazyMsg: () -> Any)(source)
fun d(content: Any?)(source)
fun d(lazyMsg: () -> Any)(source)
fun d(content: Any?, throwable: Throwable)(source)
fun d(throwable: Throwable, lazyMsg: () -> Any)(source)

Send a LogLevel.DEBUG log message.

Since

1.3.8


fun d(tag: Tag, throwable: Throwable)(source)
fun d(throwable: Throwable)(source)

Send a LogLevel.DEBUG log message.

logcat.d(NullPointerException("this object is null."))

Since

1.3.8