Severity Enumeration¶
Represents severity of the log message
Namespace: Citrix.SDK.AppDNA.Solutions.AppV.Workflow
Assembly: Citrix.SDK.AppDNA.Solutions.AppV (in Citrix.SDK.AppDNA.Solutions.AppV.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
public enum Severity
VB¶
Public Enumeration Severity
Members¶
Member name | Value | Description | |
---|---|---|---|
Info | 0 | The information | |
Warning | 1 | The warning | |
Error | 2 | The error |