BaseApplicationOptions.LogLevel 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.
Enables you to configure the level of logging you want. The default value is Info. Setting it to Error will only get errors Setting it to Warning will get errors and warning, etc.. See https://aka.ms/msal-net-logging
public Microsoft.Identity.Client.LogLevel LogLevel { get; set; }
member this.LogLevel : Microsoft.Identity.Client.LogLevel with get, set
Public Property LogLevel As LogLevel