'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;}
'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;}
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.