DebugLogger class

Enhanced logger with context

Constructors

DebugLogger()

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

logComputedRecompute<T>(Computed<T> computed) → void
Log computed recomputation
logDependencyRegistration(String dependent, String dependency) → void
Log dependency registration
logRxChange<T>(SwiftValue<T> rx, T oldValue, T newValue) → void
Log Rx value change
logWithContext(String message, {Object? data, Map<String, dynamic>? context, LogLevel level = LogLevel.debug}) → void
Log with context