IsLogErrors (Log - Java)

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

  • true (default) enables error logging
  • false disables error logging

Usage

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

Example