LoggerOptions class

Additional configuration options for a Logger.

Constructors

LoggerOptions()

Properties

hashCode int
The hash code for this object.
no setterinherited
loggerCallback LoggerCallback?
Callback function which handles the logging of MSAL statements.
no getter
logLevel LogLevel?
The base logging level. Messages logged with levels lower than the specified base level will not be logged.
getter/setter pair
piiLoggingEnabled bool?
Whether Personal Identifiable Information (PII) is included in logs.
getter/setter pair
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