LogActions (NotesLog - LotusScript®)

Read-write. Indicates whether action logging is enabled or not.

Defined in

NotesLog

Data type

Boolean

Syntax

To get: flag = notesLog .LogActions

To set: notesLog .LogActions = flag

Return value

  • True indicates that action logging is enabled. This is the default.
  • False indicates that action logging is disabled.

Usage

The LogAction method has no effect while the LogActions property is False.

Example