Accusoft.FormFix5.Net
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* get_DebugLogFile();
public: __property void set_DebugLogFile( 
   string* value
);
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.FormFix5.Net.log"

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

See Also

Reference

FormFix Class
FormFix Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback