FirebaseCrashlyticsLogHandler class

A implementation of BDLogHandler that log BDLogRecord to firebase.

Implemented types

Constructors

FirebaseCrashlyticsLogHandler({required FirebaseCrashlytics crashlytics, required List<BDLevel> supportedLevels, BDLogFormatter logFormatter = const DefaultLogFormatter()})
Create a FirebaseCrashlyticsLogHandler.

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

handleRecord(BDLogRecord record) Future<void>
Handle the BDLogRecord.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
supportLevel(BDLevel level) bool
Allow the BDLogHandler to specify which BDLevel of BDLogRecord he can handle.
override
toString() String
A string representation of this object.
inherited

Operators

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