Click or drag to resize

IBugsnagLogNotify Method

Log an exception with Bugsnag.

Namespace:  NetQuarry.Services.Bugsnag
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
void Notify(
	Exception ex,
	Severity severity,
	Metadata[] data
)

Parameters

ex
Type: SystemException
The exception to log.
severity
Type: NetQuarry.Services.BugsnagSeverity
The severity of the exception.
data
Type: NetQuarry.Services.BugsnagMetadata
Additional information to log.
See Also