JAVA/CORBA CLASSES


IsLogErrors property
Example

Read-Write. Indicates if error logging is enabled or not.

Defined in

Log

Data type

boolean

Syntax

public boolean isLogErrors()
   throws NotesException

public void setLogErrors(boolean flag)
   throws NotesException

Return value


Usage

The logError method has no effect while the IsLogErrors property is false.

Language cross-reference

LogErrors property in LotusScript NotesLog class

Example
See Also