ViewOptions Class

Options for viewing elm logs.

Namespace
Microsoft.AspNetCore.Diagnostics.Elm
Assemblies
  • Microsoft.AspNetCore.Diagnostics.Elm

Syntax

public class ViewOptions
class Microsoft.AspNetCore.Diagnostics.Elm.ViewOptions

Properties

Microsoft.AspNetCore.Diagnostics.Elm.ViewOptions.MinLevel

The minimum Microsoft.Extensions.Logging.LogLevel of logs shown on the elm page.

Return type:Microsoft.Extensions.Logging.LogLevel
public LogLevel MinLevel { get; set; }
Microsoft.AspNetCore.Diagnostics.Elm.ViewOptions.NamePrefix

The prefix for the logger names of logs shown on the elm page.

Return type:System.String
public string NamePrefix { get; set; }