BaseApplicationOptions.IsDefaultPlatformLoggingEnabled Property
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.
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 false
. See https://aka.ms/msal-net-logging
public bool IsDefaultPlatformLoggingEnabled { get; set; }
member this.IsDefaultPlatformLoggingEnabled : bool with get, set
Public Property IsDefaultPlatformLoggingEnabled As Boolean