FimberTracker class

A tracker that logs errors using the Fimber logging library

This tracker leverages Fimber's powerful logging capabilities to produce well-formatted, filterable logs for debugging.

Implemented types

Constructors

FimberTracker.new({bool includeAdditionalData = true, LogLevel logLevel = LogLevel.E})
Creates a new Fimber tracker

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
shouldHandleCrashlog() bool
override
toString() String
A string representation of this object.
inherited
trackError({required dynamic error, required StackTrace stackTrace, String? source, Map<String, dynamic>? additionalData}) Future<void>
override

Operators

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