Accusoft.NotateXpressSdk Namespace : DebugErrorLevelInfo Enumeration |
Member | Value | Description |
---|---|---|
Detailed | 2 | This setting produces detailed error information that is useful when debugging a problem during the development process. |
Development | 1 | This setting produces additional error information that is useful during the development process. |
Production | 0 | The default error level. This setting produces the minimum amount of error information. |
The default value is Production.
This enumeration is set using the NotateXpress.DebugErrorLevel property. The NotateXpress.Debug property must be set to true to log any information.
System.Object
System.ValueType
System.Enum
Accusoft.NotateXpressSdk.DebugErrorLevelInfo