'DeclarationPublic Enum ErrorLevel Inherits System.Enum
'UsageDim instance As ErrorLevel
public enum ErrorLevel : System.Enum
__value public enum ErrorLevel : public System.Enum
public enum class ErrorLevel : public System.Enum
'DeclarationPublic Enum ErrorLevel Inherits System.Enum
'UsageDim instance As ErrorLevel
public enum ErrorLevel : System.Enum
__value public enum ErrorLevel : public System.Enum
public enum class ErrorLevel : public System.Enum
| Member | Value | Description |
|---|---|---|
| Detailed | 3 | This setting will write error information that is useful when debugging a problem during the development process, plus production level error information. |
| Development | 2 | This setting will write error information that is useful during the development process, plus production level error information. |
| None | 0 | This setting will disable the debug log so no error information will be written. |
| Production | 1 | This setting will write the minimum amount of error information to the debug log. |
System.Object
System.ValueType
System.Enum
Accusoft.Forms.ErrorLevel