SeverityLevelEnum

This enumeration defines the "severity" of the event. It is an ordered list.

Syntax

public enum SeverityLevelEnum
{
    Critical,
    Error,
    Warning,
    Info,
    Verbose
}

Parameter

 

Name

Description

4

Critical

Critical

3

Error

Error

2

Warning

Warning

1

Info

Information

0

Verbose

Extended output