'Declaration<BrowsableAttribute(True)> Public Enum ErrorLevel Inherits System.Enum
'UsageDim instance As ErrorLevel
[Browsable(true)] public enum ErrorLevel : System.Enum
[Browsable(true)] public enum class ErrorLevel : public System.Enum
'Declaration<BrowsableAttribute(True)> Public Enum ErrorLevel Inherits System.Enum
'UsageDim instance As ErrorLevel
[Browsable(true)] public enum ErrorLevel : System.Enum
[Browsable(true)] public enum class ErrorLevel : public System.Enum
| Member | Value | Description |
|---|---|---|
| Detailed | 2 | The most detailed ErrorLevel value. Includes all information reported by the two lower levels, and adds function entrance/exit notifications. |
| Development | 1 | Includes all information reported by the Production level, and adds input parameter and return values. |
| Production | 0 | The least detailed ErrorLevel value. Basic information is reported, primarily any errors that are thrown by this component. |
You must set the FormDirector.Debug property to true for the log file to be created.
Default value: Production
System.Object
System.ValueType
System.Enum
Accusoft.FormDirectorSdk.ErrorLevel