An abstract observer class for monitoring ISpectLogger events.
Implementations of this class can listen to errors, exceptions, and log events.
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
-
onError(
ISpectLogData err) → void -
Called when an
ISpectLogErroris reported. -
onException(
ISpectLogData err) → void -
Called when an
ISpectLogExceptionis reported. -
onLog(
ISpectLogData data) → void -
Called when an
ISpectLogDatalog entry is recorded. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited