Enum DiagnosticSeverity
- Namespace
- Farkle.Diagnostics
- Assembly
- Farkle.dll
Specifies the severity of a diagnostic.
public enum DiagnosticSeverity
Fields
Debug = 1
A verbose diagnostic useful for debugging the application that uses Farkle.
Error = 4
An diagnostic that indicates a failed operation.
Diagnostics produced by Farkle's builder with this severity are localizable and have a Code.
Information = 2
An diagnostic that provides an informational message.
Diagnostics produced by Farkle's builder with this severity are localizable.
Verbose = 0
A very verbose diagnostic useful for debugging Farkle.
Warning = 3
A diagnostic that indicates a potentially undesirable behavior.
Diagnostics produced by Farkle's builder with this severity are localizable and have a Code.