editorLog parameter

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.

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 messages and application 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 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.

Examples

query editorLog
set editorLog C:\ibm\LpexEditor\Editor.log
set editorLog 

Related reference
query command
reset command
set command
logMessages parameter