BugsnagLogWriter

class BugsnagLogWriter(minSeverity: Severity = Severity.Info, minCrashSeverity: Severity? = Severity.Warn, messageStringFormatter: MessageStringFormatter = DefaultFormatter) : LogWriter

Constructors

Link copied to clipboard
constructor(minSeverity: Severity = Severity.Info, minCrashSeverity: Severity? = Severity.Warn, messageStringFormatter: MessageStringFormatter = DefaultFormatter)

Functions

Link copied to clipboard
open override fun isLoggable(tag: String, severity: Severity): Boolean
Link copied to clipboard
open override fun log(severity: Severity, message: String, tag: String, throwable: Throwable?)