Logger

interface Logger

Logs internal messages from within the bugsnag notifier.

Functions

Link copied to clipboard
open fun d(msg: String)
open fun d(msg: String, throwable: Throwable)

Logs a message at the debug level.

Link copied to clipboard
open fun e(msg: String)
open fun e(msg: String, throwable: Throwable)

Logs a message at the error level.

Link copied to clipboard
open fun i(msg: String)
open fun i(msg: String, throwable: Throwable)

Logs a message at the info level.

Link copied to clipboard
open fun w(msg: String)
open fun w(msg: String, throwable: Throwable)

Logs a message at the warning level.