SeverityType Enumeration |
Types of message severities.
Namespace: PostSharp.Extensibility
Assembly: PostSharp (in PostSharp.dll) Version: 4.3.48.0 (4.3.48.0)
C#
public enum SeverityType
Member name | Value | Description | |
---|---|---|---|
Debug | 0 | Debugging information (typically trace). | |
Verbose | 1 | Verbose (lowly important information). | |
Info | 2 | Information. | |
ImportantInfo | 3 | Important information. | |
CommandLine | 4 | Command line. | |
Warning | 5 | Warning. | |
Error | 6 | Error. | |
Fatal | 7 | Fatal error. | |
None | -1 | No message. |