d

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

Log a debug message with optional format args.


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

Log a debug exception and a message with optional format args.


actual open fun d(t: Throwable?)

Log a debug exception.

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

Log a debug message with optional format args.


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

Log a debug exception and a message with optional format args.


expect open fun d(t: Throwable?)

Log a debug exception.