MTLogger

object MTLogger

Logger class used for SDK logs.

Properties

const val INFO_MARKER: String

Log marker for information messages.

Functions

fun log(message: String, type: MTLogType)

Adds a log.

fun printLogs()

Prints all current logs to the console.

Injects a custom logger conforming to the MTLoggable protocol.