Logger

fun interface Logger

Interface to listen to logs from the Nimbus SDK.

Inheritors

Types

Link copied to clipboard
class Default(var level: Int) : Nimbus.Logger

A default implementation of the Logger interface.

Functions

Link copied to clipboard
abstract fun log(priority: Int, message: String)

Receives a log message from the Nimbus SDK.