Gets the severity of the event.

Namespace:  CuttingEdge.Logging
Assembly:  CuttingEdge.Logging (in CuttingEdge.Logging.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Severity As LoggingEventType
C#
public LoggingEventType Severity { get; }
Visual C++
public:
property LoggingEventType Severity {
	LoggingEventType get ();
}
JavaScript
function get_severity();

Field Value

The severity.

See Also