Logger

interface Logger

Logging interface to capture logging coming from the Marigold SDK.

See also

Functions

Link copied to clipboard
abstract fun d(tag: String?, message: String?): Int

Send a DEBUG log message.

Link copied to clipboard
abstract fun e(tag: String?, message: String?): Int

Send an ERROR log message.

Link copied to clipboard
abstract fun i(tag: String?, message: String?): Int

Send an INFO log message.

Link copied to clipboard
abstract fun v(tag: String?, message: String?): Int

Send a VERBOSE log message.

Link copied to clipboard
abstract fun w(tag: String?, message: String?): Int

Send a WARNING log message