d

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

Log a debug message with an optional throwable

Parameters

throwable

An optional throwable

message

The message to log