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



Accusoft.FormFixSdk Namespace > FormFix Class : DebugLogFile Property
The filename of the debug log file.
Syntax
'Declaration
 
Public Property DebugLogFile As String
'Usage
 
Dim instance As FormFix
Dim value As String
 
instance.DebugLogFile = value
 
value = instance.DebugLogFile
public string DebugLogFile {get; set;}
public:
property String^ DebugLogFile {
   String^ get();
   void set (    String^ value);
}
Remarks

This property allows you to control the location of the debug log file.

The default value for this property is suitable for interactive use. If you are using the component in a service or other type of system that runs in the background, you should set the filename to a more suitable value.

Valid value: Any valid filename.

Default value: "[path from TEMP environment variable]\Accusoft.FormFix.Net.log"

Note: This property will have no effect if you set the Debug property to false.

See Also

Reference

FormFix Class
FormFix Members

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