Accusoft.NotateXpressSdk Namespace : ErrorLevelInfo Enumeration |
'Declaration Public Enum ErrorLevelInfo Inherits System.Enum
'Usage Dim instance As ErrorLevelInfo
public enum ErrorLevelInfo : System.Enum
__value public enum ErrorLevelInfo : public System.Enum
public enum class ErrorLevelInfo : public System.Enum
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.ErrorLevelInfo