Logger.DefaultLoggingEnabled 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.
Caution
Logging is now specified per ClientApplication. See https://aka.ms/msal-net-3-breaking-changes and https://aka.ms/msal-net-application-configuration.
[System.Obsolete("Logging is now specified per ClientApplication. See https://aka.ms/msal-net-3-breaking-changes and https://aka.ms/msal-net-application-configuration. ", true)]
public static bool DefaultLoggingEnabled { get; set; }
[<System.Obsolete("Logging is now specified per ClientApplication. See https://aka.ms/msal-net-3-breaking-changes and https://aka.ms/msal-net-application-configuration. ", true)>]
static member DefaultLoggingEnabled : bool with get, set
Public Shared Property DefaultLoggingEnabled As Boolean
Property Value
- Attributes