Severity Enum
Definition
This enumeration is a wrapper around the ApplicationInsights SeverityLevel Enumeration so that the user does not need to include ApplicationInsights in their project.
public enum SeverityFields
Verbose
Verbose Severity Level.
Verbose = 0Information
Information Severity Level.
Information = 1Warning
Warning Severity Level.
Warning = 2Error
Error Severity Level.
Error = 3Critical
Critical Severity Level.
Critical = 4