IAppConfig.IsDefaultPlatformLoggingEnabled Property

Definition

Flag telling if logging to platform defaults is enabled/disabled for the app. In Desktop, Event Tracing is used. In iOS, NSLog is used. In Android, logcat is used. See https://aka.ms/msal-net-logging.

public bool IsDefaultPlatformLoggingEnabled { get; }
member this.IsDefaultPlatformLoggingEnabled : bool
Public ReadOnly Property IsDefaultPlatformLoggingEnabled As Boolean

Property Value

Applies to