Accusoft.Forms1 - Updated
ErrorLevel Enumeration



Accusoft.Forms Namespace : ErrorLevel Enumeration
This enumeration specifies the amout of error information that is written to 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 write error information that is useful when debugging a problem during the development process, plus production level error information.
Development This setting will write error information that is useful during the development process, plus production level error information.
None This setting will disable the debug log so no error information will be written.
Production This setting will write the minimum amount of error information to the debug log.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Accusoft.Forms.ErrorLevel

See Also

Reference

Accusoft.Forms Namespace