MigratoryDataLogListener class abstract

The implementation of this interface will handle the log messages produced by the library.

Use the API method \link MigratoryDataClient.setLogListener() \endlink to register your log listener implementation.

Constructors

MigratoryDataLogListener()

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
onLog(String log, MigratoryDataLogLevel level) → dynamic
This method handles the log messages outputted by the library.
toString() String
A string representation of this object.
inherited

Operators

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