Click or drag to resize

Severity Enumeration

Error severity for a Bugsnag log item.

Namespace:  NetQuarry.Services.Bugsnag
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public enum Severity
Members
  Member nameValueDescription
Info0 The Bugsnag log item is informational.
Error1 The Bugsnag log item is an error.
Warning2 The Bugsnag log item is a warning.
See Also