EventLevel Enum

Definition

Defines values for EventLevel.

C#
[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum EventLevel
Inheritance
EventLevel
Attributes
Newtonsoft.Json.JsonConverterAttribute

Fields

Name Value Description
Critical 0
Error 1
Warning 2
Informational 3
Verbose 4

Applies to

Product Versions
Azure SDK for .NET Legacy