debug

fun debug(tag: String, message: String, throwable: Throwable? = null)

Logs a debug message.

Parameters

tag

The tag to associate with the log message.

message

The message to log.

throwable

An optional Throwable to include in the log message.