To send client error messages and debugging messages to a file.
Anywhere
String
“How connection parameters work”
If you want 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.
The following 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 ...