Click or drag to resize

NotificationSeverity Enumeration

Determines the severity of a notification.

Namespace:  Rhino.Runtime.Notifications
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public enum Severity
Members
  Member nameValueDescription
Debug0 Least serious.
Info1 Not serious.
Warning2 Important.
Serious3 Very important.
Critical4 Extremely important.
See Also