Severity Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines trace severity levels for use with a IBotTelemetryClient object.
public enum Severity
type Severity =
Public Enum Severity
- Inheritance
-
Severity
Fields
Name | Value | Description |
---|---|---|
Verbose | 0 | Verbose severity level. |
Information | 1 | Information severity level. |
Warning | 2 | Warning severity level. |
Error | 3 | Error severity level. |
Critical | 4 | Critical severity level. |