Logger

interface Logger

See also

Functions

Link copied to clipboard
abstract fun d(message: String)

Logs a debug message formatted with the passed in arguments.

abstract fun d(throwable: Throwable, message: String)

Logs a Throwable and debug message formatted with the passed in arguments.