-verboselog

Top  Previous  Next

-verboselog filename        

 

Send verbose output to the file filename instead of the screen.  If the file name contains spaces, the filename argument must be enclosed in double quotes.

 

Example:

DTWAIN_TwainSave("-verboselog \"c:\\log files\\Log.txt\"");

 

Note that in the example above, C/C++ escape sequences are used to embed double quotes and backslashes in the string.  Please consult your language as to the proper way to insert double quotes and backslashes within quoted strings.

 

Default Setting:

No log file is produced and verbose output goes to the screen.