Severity levels attached to system output messages.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll)
Version: 2008.1.0.0 (2008.1.0.0)

Syntax

C#
public enum OutputSeverityLevel
Visual Basic (Declaration)
Public Enumeration OutputSeverityLevel
Visual C++
public enum class OutputSeverityLevel

Members

Member nameDescription
Error
Generates a message with a severity type of Error.
Warning
Generates a message with a severity type of Warning.
Informational
Generates a message with a severity type of Informational.
NoSeverity
Generates a message without a severity assignment.

See Also