IsLogActions (Log - Java)

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

Defined in

Log

Data type

boolean

Syntax

public boolean isLogActions()
    throws NotesException
public void setLogActions(boolean flag)
    throws NotesException

Return value

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

Usage

The logAction method has no effect while the logActions property is false.

Example