Accusoft.FormDirector3.Net - Updated
Debug Property




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 get_Debug();
public: __property void set_Debug( 
   bool value
);
[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