ISpectObserver class abstract interface

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 ISpectLogError is reported.
onException(ISpectLogData err) → void
Called when an ISpectLogException is reported.
onLog(ISpectLogData data) → void
Called when an ISpectLogData log entry is recorded.
toString() String
A string representation of this object.
inherited

Operators

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