FormFix v6.0 for .NET - Updated
ErrorLevel Enumeration



Accusoft.FormDirectorSdk Namespace : ErrorLevel Enumeration
An enumeration that defines the possible values of the FormDirector.ErrorLevel property. Use the FormDirector.ErrorLevel property to adjust the level of detail written to the debug log file, set by the FormDirector.DebugLogFile property.
Syntax
'Declaration
 
<BrowsableAttribute(True)>
Public Enum ErrorLevel 
   Inherits System.Enum
'Usage
 
Dim instance As ErrorLevel
[Browsable(true)]
public enum ErrorLevel : System.Enum 
[Browsable(true)]
public enum class ErrorLevel : public System.Enum 
Members
MemberValueDescription
Detailed2 The most detailed ErrorLevel value. Includes all information reported by the two lower levels, and adds function entrance/exit notifications.
Development1 Includes all information reported by the Production level, and adds input parameter and return values.
Production0 The least detailed ErrorLevel value. Basic information is reported, primarily any errors that are thrown by this component.
Remarks

You must set the FormDirector.Debug property to true for the log file to be created.

Default value: Production

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Accusoft.FormDirectorSdk.ErrorLevel

See Also

Reference

Accusoft.FormDirectorSdk Namespace

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