FormSuite v6.0 - Updated
ErrorLevel Enumeration




Accusoft.FormsAPI.Net Assembly > Accusoft.Forms Namespace : ErrorLevel Enumeration
This enumeration specifies the amount of error information that is written to the debug log.
Syntax
'Declaration
 
Public Enum ErrorLevel 
   Inherits System.Enum
'Usage
 
Dim instance As ErrorLevel
public enum ErrorLevel : System.Enum 
__value public enum ErrorLevel : public System.Enum 
public enum class ErrorLevel : public System.Enum 
Members
MemberValueDescription
Detailed3 This setting will write error information that is useful when debugging a problem during the development process, plus production level error information.
Development2 This setting will write error information that is useful during the development process, plus production level error information.
None0 This setting will disable the debug log so no error information will be written.
Production1 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

Is this page helpful?
Yes No
Thanks for your feedback.