Types of message severities.
Namespace:
PostSharp.ExtensibilityAssembly: PostSharp.Public (in PostSharp.Public.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Enumeration SeverityType |
| C# |
|---|
public enum SeverityType |
| Visual C++ |
|---|
public enum class SeverityType |
Members
| Member name | Description | |
|---|---|---|
| Debug |
Debugging information (typically trace).
| |
| Verbose |
Verbose (lowly important information).
| |
| Info |
Information.
| |
| ImportantInfo |
Important information.
| |
| CommandLine |
Command line.
| |
| Warning |
Warning.
| |
| Error |
Error.
| |
| Fatal |
Fatal error.
|