Accusoft.Forms1 - Updated
ErrorLevelInfo Enumeration



Accusoft.SmartZoneOCRSdk Namespace : ErrorLevelInfo Enumeration
Defines the error level of items to place into the debug log.
Syntax
Public Enum ErrorLevelInfo 
   Inherits System.Enum
Dim instance As ErrorLevelInfo
public enum ErrorLevelInfo : System.Enum 
public enum class ErrorLevelInfo : public System.Enum 
Members
MemberDescription
Detailed Place as much information into the debug log file as possible. You should use this option when you are tracking down a problem.
Development Place information into the debug log file that is useful during normal development using this toolkit.
Production Place minimal information into the debug log file.
Remarks
This enumeration allows you to specify the amount of detail to place into the debug log file.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Accusoft.SmartZoneOCRSdk.ErrorLevelInfo

See Also

Reference

Accusoft.SmartZoneOCRSdk Namespace