errorLogFile
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 path is set as follows:
- When _app.useUACPaths is True:
the path returned by _app.currentUserPath is used
- When _app.useUACPaths is False:
the path returned by _app.exeName is used
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