BrowserConfiguration.LogLevel Property

Definition

The log level for the Blazor JS runtime. Applies to all render modes. Maps to WebStartOptions.logLevel.

public int? LogLevel { get; set; }
member this.LogLevel : Nullable<int> with get, set
Public Property LogLevel As Nullable(Of Integer)

Property Value

Applies to