LOTUSSCRIPT/COM/OLE CLASSES
Read-write. Indicates whether error logging is enabled or not.
Defined in
NotesLog
Data type
Boolean
Syntax
To get: flag = notesLog.LogErrors
To set: notesLog.LogErrors = flag
Return value
The LogError method has no effect while the LogErrors property is False.
Language cross-reference
IsLogErrors in Java Log class
Example See Also