FormFix v6.0 for .NET - Updated
Debug Property (FormDirector)



Accusoft.FormDirectorSdk Namespace > FormDirector Class : Debug Property
A property to control whether or not logging information is written to a log file during processing.
Syntax
'Declaration
 
<BrowsableAttribute(True)>
Public Property Debug As Boolean
'Usage
 
Dim instance As FormDirector
Dim value As Boolean
 
instance.Debug = value
 
value = instance.Debug
[Browsable(true)]
public bool Debug {get; set;}
[Browsable(true)]
public:
property bool Debug {
   bool get();
   void set (    bool value);
}
Remarks

By default, the logfile will be written to "$(My Documents)\FormDirector1.log". However, the logfile can be written to the any local path by setting the DebugLogFile property.

The level of detail written to the log file can be controlled by setting the ErrorLevel property to the value desired.

Default Value: false

See Also

Reference

FormDirector Class
FormDirector Members
DebugLogFile Property
ErrorLevel Property

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