CrashlyticsTree class

Tree that sends your logs to the Crashlytics.

Constructors

CrashlyticsTree({List<LogLevel>? logLevels})
The default log levels are LogLevel.info, LogLevel.warning, LogLevel.error, and LogLevel.fatal if there is a error then it's sent using recordError, otherwise, with log.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

log(LogRecord logRecord) → void
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