LOTUSSCRIPT/COM/OLE CLASSES


LogActions property
Example

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


Usage

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

Language cross-reference

IsLogActions in Java Log class

Example
See Also