IAppConfig.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 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