errorLog()

The system function SysLib.errorLog copies text into the error log that was started by the system function SysLib.startLog.

  SysLib.errorLog(text STRING in)
text
The value to be placed in the error log.

Log entries include the date and time when the entry was written.

Related concepts
Syntax diagram for EGL functions

Related reference
EGL library SysLib
startLog()

Feedback
(C) Copyright IBM Corporation 2000, 2005. All Rights Reserved.