MLoginLogger class abstract

Implement this interface and register it as MLoginLog.logger to receive log message from the SDK.

Implementers

Constructors

MLoginLogger()

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

log(MLoginLogLevel level, String message) → dynamic
Called for every log output of the MLogin SDK. It's recommended to ignore low logging levels (like MLoginLogLevel.debug, or MLoginLogLevel.info) unless debugging issues with the MLogin or the SDK itself.
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