Default

class Default(var level: Int) : Nimbus.Logger

A default implementation of the Logger interface.

This implementation will print directly to logcat and allows setting the log level to filter the logs that are written to the output.

Constructors

Link copied to clipboard
constructor(level: Int)

Properties

Link copied to clipboard
var level: Int

Functions

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

Receives a log message from the Nimbus SDK.