MonitorEventLevel 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.
the event level.
public enum MonitorEventLevel
type MonitorEventLevel =
Public Enum MonitorEventLevel
- Inheritance
-
MonitorEventLevel
Fields
Name | Value | Description |
---|---|---|
Critical | 0 | Critical. |
Error | 1 | Error. |
Warning | 2 | Warning. |
Informational | 3 | Informational. |
Verbose | 4 | Verbose. |