Specifies the filename of the error log file to be used when the _app objects’ errorAction property is set to 2, 3, or 5.

Property of

_app object

Description

Use the errorLogFile property to designate a filename for the error log file generated when an error occurs, and the errorAction property is set to option 2, 3 or 5. The filename may include an explicit path. When a path is not included, the application .exe path is assumed. The default filename for errorLogFile is PLUSErr.log

Information is saved to the log file in the following order:

Date and Time of error

Application Path and Filename (as contained in _app.exeName)

When running PLUS.exe, this will be the path to PLUS.exe.

When running an application exe, this will be the full path and name of the application exe.

Source File Name (if available)

Procedure or Function Name (if available)

Line Number (if available)

Error Code

Error Message