LogFile Connection Parameter [LOG]

Sends client error messages and debugging messages to a file.

Usage

Anywhere

Values

String

Description

To save client error messages and debugging messages in a file, use the LogFile (LOG) parameter.

If the file name includes a path, it is relative to the current working directory of the client application.

The LogFile (LOG) connection parameter is connection-specific, so from a single application you can set different LogFile arguments for different connections.

Examples

This command line fragment specifies that client messages for this connection should be sent to the file error.log in the current working directory for the client:

...
LogFile=error.log
...