MessageSeverity Enumeration

Enumerates the levels of severity available for data messages.

Definition

Namespace: InnerDrive.Logging
Assembly: InnerDrive.Logging (in InnerDrive.Logging.dll) Version: 5.2.9017.0
C#
public enum MessageSeverity

Members

Information0Indicates the message contains non-critical information only
Success1Indicates the message contains a success audit
Failure2Indicates the message contains a failure audit
Warning3Indicates the message contains data about a non-fatal problem
Exception4Indicates the message contains data about a caught exception
Critical5Indicates the message contains data about an error that has stopped an application from functioning
Debug-1Indicates the message contains application debugging data only
Trace-2Indicates the message contains tracing data only

See Also