editorLog parameter
Use the editorLog parameter to specify the name of a file used to record critical errors in editor-based applications. This parameter is intended to be used by application writers who wish to alter the default location of this file.
Availability
query command
set command
Scope
Global.
Syntax
query editorLog set editorLog [name]
Parameters
name Use the name parameter to specify the name of the file that will be used to log critical errors. It is recommended that name be the full path name of the file.
Description
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-based application may record errors to this file using the log() methods available in class com.ibm.lpex.core.LpexLog.
Examples
query editorLog set editorLog C:\ibm\LpexEditor\Editor.log set editorLog
query command
set command
Editor parameters