The sysLib.startLog() system function opens an error log. Text is written into that log every time your program invokes sysLib.errorLog() or when EGL throws an exception.
sysLib.startLog(logFile STRING in)
The following example shows the sysLib.startLog() command:
startLog("D:\\temp\\myLog.txt");
errorLog("Test entry.");
Dec 28, 2006 9:01:04 AM
Test entry.
| Platform | Issue |
|---|---|
| COBOL generation | The startLog() function is not supported |
| JavaScript generation | The startLog() function is not supported |