d

inline fun d(context: Any, throwable: Throwable? = null, message: () -> String)

Logs a debug message.

Debug messages are only logged when logLevel is LogLevel.Debug or higher. Use for detailed diagnostic information useful during development.

Parameters

context

Context for the log tag (typically this, a Class, or a String)

throwable

Optional exception to include in the log

message

Lazy message supplier that is only evaluated when logging is enabled