Gets and sets the file and location of the debug log file.
Read-write property
Visual Basic |
---|
Public Property DebugLogFile As String |
The file path of the debug log file.
The default value is "[Temp Files]\ImagXpress12.log".
This property allows you to set the file name and location of the debug log file where the debug log information is written to. The level of debug information is set with the DebugErrorLevel property.
Note: This property has no effect if the Debug property is set to False.