csharp
public enum ConsoleLevelsWhich severities the console is showing.
No guide page documents this yet — the page shows what the code says about itself.
Remarks
Four buttons rather than six, because Trace and Debug are one thing to a person reading a console and Critical is an error that was worse. A filter with a button per LogLevel is one where the difference between Trace and Debug is a decision the reader has to make before they can see anything.
Fields and properties (7)
NoneNothing.
VerboseTrace and Debug.
InfoInformation.
WarningWarning.
ErrorError and Critical.
DefaultWhat the console starts on: everything but the verbose stream.
AllAll four.
Used by (3)
- ConsoleModelVixen.Editor.Ui
- ConsoleTestsVixen.Editor.Ui.Tests
- ConsoleViewVixen.Editor.Ui