LogErrors (NotesLog - LotusScript®)

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

Defined in

NotesLog

Data type

Boolean

Syntax

To get: flag = notesLog .LogErrors

To set: notesLog .LogErrors = flag

Return value

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

Usage

The LogError method has no effect while the LogErrors property is False.

Example