Vixen
02b45cc4
csharp
public enum ConsoleLevels

Which 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)

  • None

    Nothing.

  • Verbose

    Trace and Debug.

  • Info

    Information.

  • Warning

    Warning.

  • Error

    Error and Critical.

  • Default

    What the console starts on: everything but the verbose stream.

  • All

    All four.

Used by (3)

  • ConsoleModelVixen.Editor.Ui
  • ConsoleTestsVixen.Editor.Ui.Tests
  • ConsoleViewVixen.Editor.Ui