Gets and sets the debug log file name.
Read-write property
Visual Basic |
---|
Public Property DebugLogFile() As String |
This property allows you to control the location and name of the debug log file.
The default value is "[Temp Files]\ScanFix6.log". If the ScanFix component is being run inside a web browser then the default value cannot be changed.
Valid values are any valid filename and path.
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.
Note: This property will have no effect if you set the Debug property to False.