ViewOptions Class¶
Options for viewing elm logs.
- Namespace
Microsoft.AspNetCore.Diagnostics.Elm- Assemblies
- Microsoft.AspNetCore.Diagnostics.Elm
Properties¶
-
Microsoft.AspNetCore.Diagnostics.Elm.ViewOptions.MinLevel¶ The minimum
Microsoft.Extensions.Logging.LogLevelof 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; }
-