Use the editorLog parameter to specify the name of a file used to record messages and critical errors in editor applications. This parameter is intended to be used by application writers who wish to alter the default location of this file.
query command
set command
Global.
query editorLog set editorLog [name]
name | Use the name parameter to specify the name of the file that will be used to log messages and application errors. It is recommended that name be the full path name of the file. |
If you do not specify a file name, then the editor will use Editor.log, and locate it in the editor's default settings directory.
An editor application may record errors to this file using the log() methods available in class com.ibm.lpex.core.LpexLog. Messages displayed in the message line of a document view are also written to this file when the current.logMessages parameter is on.
query editorLog set editorLog C:\ibm\LpexEditor\Editor.log set editorLog
query command
reset command
set command
logMessages parameter
Copyright IBM Corporation 1992, 2006. All Rights Reserved.