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



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^ 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

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