BaseApplicationOptions.LogLevel Property

Definition

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

Property Value

Applies to