Logger

interface Logger

Logs internal messages from within the bugsnag notifier.

Functions

d
Link copied to clipboard
open fun d(msg: String)
Logs a message at the debug level.
open fun d(msg: String, throwable: Throwable)
Logs a message at the debug level.
e
Link copied to clipboard
open fun e(msg: String)
Logs a message at the error level.
open fun e(msg: String, throwable: Throwable)
Logs a message at the error level.
i
Link copied to clipboard
open fun i(msg: String)
Logs a message at the info level.
open fun i(msg: String, throwable: Throwable)
Logs a message at the info level.
w
Link copied to clipboard
open fun w(msg: String)
Logs a message at the warning level.
open fun w(msg: String, throwable: Throwable)
Logs a message at the warning level.