Accusoft.Forms1 - Updated
ErrorLevel Enumeration



Accusoft.ScanFixXpressSdk Namespace : ErrorLevel Enumeration
Error level defines the amount of error information in the debug log.
Syntax
Public Enum ErrorLevel 
   Inherits System.Enum
Dim instance As ErrorLevel
public enum ErrorLevel : System.Enum 
public enum class ErrorLevel : public System.Enum 
Members
MemberDescription
Detailed This setting will produce detailed error information that is useful when debugging a problem during the development process.
Development This setting will produce additional error information that is useful during the development process.
Production The default error level. This setting will produce the minimum amount of error information.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Accusoft.ScanFixXpressSdk.ErrorLevel

See Also

Reference

Accusoft.ScanFixXpressSdk Namespace