GridPadDiagnosticLogger class

Used to send diagnostic signals.

Default implementation is null and doing nothing, to handle need to set custom skippingItemCallback

Constructors

GridPadDiagnosticLogger()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
skippingItemCallback SkippingItemCallback?
Called when item has been skipped due to out the grid bounds.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onItemSkipped(String message) → dynamic
Send skipped item signal message to skippingItemCallback callback.
toString() String
A string representation of this object.
inherited

Operators

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