SetLogDevice(Device As Long)

Application object

Sets the logging device to any of the following:

Value Meaning

0

No logging

1

Log to debug window. You will need a Windows debug application to do this.

2

Reserved.

3

Shows a top-level window where the log is displayed.

4

The log output is placed in a file named itralog.txt in the program's Log directory (for example C:\Users\Public\ReadSoft\INVOICES\Log\itralog.txt in the newer operating systems). If the file does not exist, it is created. If it does exist, the new output is appended to the end of the file.

For more information, refer to the LogFile topic in ReadSoft Invoices INI Help.

Related topic

The Application object