Logger.Level Property

Definition

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 Microsoft.Identity.Client.LogLevel Level { 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 Level : Microsoft.Identity.Client.LogLevel with get, set
Public Shared Property Level As LogLevel

Property Value

Attributes

Applies to