Accusoft.FormDirector3.Net - Updated
DebugLogFile Property




Accusoft.FormDirectorSdk Namespace > FormDirector Class : DebugLogFile Property
A property to control the full path of the log file which will be written if the Debug property is true.
Syntax
'Declaration
 
<BrowsableAttribute(True)>
Public Property DebugLogFile As String
'Usage
 
Dim instance As FormDirector
Dim value As String
 
instance.DebugLogFile = value
 
value = instance.DebugLogFile
[Browsable(true)]
public string DebugLogFile {get; set;}
[Browsable(true)]
public: __property string* get_DebugLogFile();
public: __property void set_DebugLogFile( 
   string* value
);
[Browsable(true)]
public:
property String^ DebugLogFile {
   String^ get();
   void set (    String^ value);
}
Remarks

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

Default Value: "[path from TEMP environment variable]\FormDirector1.log"

See Also

Reference

FormDirector Class
FormDirector Members
Debug Property
ErrorLevel Property