LoggerUtil class

Utility class for logging messages and handling errors.

Supports Firebase Crashlytics integration for crash reporting.

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
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

d(String value) → void
Logs a debug message.
e(String value) → void
Logs an error message.
init({bool enableFirebaseCrashlytics = true}) Future<void>
Initializes the logger and configures error reporting.