MessageSeverity Enumeration
Enumerates the levels of severity available for data
messages.
Namespace: InnerDrive.LoggingAssembly: InnerDrive.Logging (in InnerDrive.Logging.dll) Version: 5.2.9417.0
public enum MessageSeverity
| Information | 0 | Indicates the message contains non-critical information only |
| Success | 1 | Indicates the message contains a success audit |
| Failure | 2 | Indicates the message contains a failure audit |
| Warning | 3 | Indicates the message contains data about a non-fatal problem |
| Exception | 4 | Indicates the message contains data about a caught exception |
| Critical | 5 | Indicates the message contains data about an error that has stopped
an application from functioning |
| Debug | -1 | Indicates the message contains application debugging data only |
| Trace | -2 | Indicates the message contains tracing data only |