MLoginTrivialLogger class

Simple minimal implementation of an MLoginLogger. Simply writes all incoming messages to the console.

Implemented types

Constructors

MLoginTrivialLogger({bool logDebugMessages = false})

Properties

hashCode int
The hash code for this object.
no setterinherited
logDebugMessages bool
final
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.
override
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