Accusoft.TwainProSdk Namespace > TwainPro Class : DebugLogFile Property |
This property allows you to control the location of the debug log file.
Valid value: Any valid filename.
Default value: "Temp\TwainPro9.log"
Note: This property will have no effect if you set the Debug property to false.
...
// Set the DebugLogFile path and name
tp.DebugLogFile = "c:\logFile.txt";
...