SLRLogListener

interface SLRLogListener

Interface definition for a callback to be invoked when StreamLayer SDK will log any message or error.

Types

Link copied to clipboard

Enum class that defines supported levels of error and message handling.

Functions

Link copied to clipboard
abstract fun log(level: SLRLogListener.Level, msg: String)

Invoke this function when the StreamLayer SDK needs to log a message or error.