Marketing Cloud SDK / com.salesforce.marketingcloud / MCLogListener

MCLogListener

interface MCLogListener

Types

AndroidLogListener

open class AndroidLogListener : MCLogListener

Annotations

LogLevel

annotation class LogLevel

Functions

out

abstract fun out(level: Int, tag: String, message: String, throwable: Throwable?): Unit

Companion Object Properties

DEBUG

const val DEBUG: Int

ERROR

const val ERROR: Int

INFO

const val INFO: Int

VERBOSE

const val VERBOSE: Int

WARN

const val WARN: Int