BreadcrumbLogger class

A Logger that adds a Sentry Breadcrumb for each log message.

This logger will add breadcrumbs of type debug, whose level corresponds to a Couchbase Lite LogLevel.

The LogDomain is used to build the category of the breadcrumb by prefixing it with cbl.. For example, full category for a log message from the LogDomain.database domain is cbl.database.

Inheritance

Constructors

Creates a Logger that adds a Sentry Breadcrumb for each log message.

Properties

hashCode int
The hash code for this object.
read-onlyinherited
level LogLevel
The minimum log level for which log will be called.
read / writeinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

log(LogLevel level, LogDomain domain, String message) → void
The callback which is invoked for each log message.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited