Enum SeverityLevel
- Namespace
- Balsam
- Assembly
- Balsam.Common.dll
Severity level of messages.
public enum SeverityLevel
Fields
Trace = 0
Trace
Debug = 1
Debug
Info = 2
Informational
Warn = 3
Warning
Error = 4
Error
Fatal = 5
Fatal error. Execution should not continue.