MLoginLogLevel enum

Inheritance

Constructors

MLoginLogLevel()
const

Values

debug → const MLoginLogLevel

Verbose low level output. Can be safely ignored unless debugging MLogin issues

DANGER: There might be message logged on this level which potentially contain sensitive data! Make sure to not expose these messages!

info → const MLoginLogLevel

Default log level of expected behaviour of some significance, e.g., a successful login attempt.

warning → const MLoginLogLevel

Log level for regretful things that were expected, like a failed login attempt or missing network connectivity.

error → const MLoginLogLevel

Something went irrecoverably wrong. Might signify a configuration issue or unsupported usage of the SDK - or a bug encountered inside of the SDK.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
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
toString() String
A string representation of this object.
inherited

Operators

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

Constants

values → const List<MLoginLogLevel>
A constant List of the values in this enum, in order of their declaration.