BaseApplicationOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Base class for options objects with string values loadable from a configuration file (for instance a JSON file, as in an asp.net configuration scenario) See https://aka.ms/msal-net-application-configuration See also derived classes ApplicationOptions
public abstract class BaseApplicationOptions
type BaseApplicationOptions = class
Public MustInherit Class BaseApplicationOptions
- Inheritance
-
BaseApplicationOptions
- Derived
Constructors
BaseApplicationOptions() |
Properties
EnablePiiLogging |
Flag to enable/disable logging of Personally Identifiable Information (PII).
PII logs are never written to default outputs like Console, Logcat or NSLog
Default is set to |
IsDefaultPlatformLoggingEnabled |
Flag to enable/disable logging to platform defaults. In Desktop, Event Tracing is used. In iOS, NSLog is used.
In Android, logcat is used. The default value is |
LogLevel |
Enables you to configure the level of logging you want. The default value is Info. Setting it to Error will only get errors Setting it to Warning will get errors and warning, etc.. See https://aka.ms/msal-net-logging |