FormFix v6.0 for .NET - Updated
ErrorLevel Enumeration



Accusoft.FormFixSdk Namespace : ErrorLevel Enumeration
The error level of items to place into the debug log.
Syntax
'Declaration
 
Public Enum ErrorLevel 
   Inherits System.Enum
'Usage
 
Dim instance As ErrorLevel
public enum ErrorLevel : System.Enum 
public enum class ErrorLevel : public System.Enum 
Members
MemberValueDescription
Detailed2 Place as much information into the debug log file as possible. You should use this option when you are tracking down a problem.
Development1 Place information into the debug log file that is useful during normal development using this toolkit.
Production0 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.FormFixSdk.ErrorLevel

See Also

Reference

Accusoft.FormFixSdk Namespace

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