BaseApplicationOptions.IsDefaultPlatformLoggingEnabled 属性

定义

用于启用/禁用到平台默认值的日志记录的标志。 在桌面版中,使用事件跟踪。 在 iOS 中,使用 NSLog。 在 Android 中,使用 logcat。 默认值为 false。 请参见https://aka.ms/msal-net-logging

public bool IsDefaultPlatformLoggingEnabled { get; set; }
member this.IsDefaultPlatformLoggingEnabled : bool with get, set
Public Property IsDefaultPlatformLoggingEnabled As Boolean

属性值

适用于

另请参阅