RegistrationLog (NotesRegistration - LotusScript®)

Read-write. The log file to use when creating IDs.

Defined in

NotesRegistration

Data type

String

Syntax

To get: string$ = notesRegistration .RegistrationLog

To set: notesRegistration .RegistrationLog = string$

Usage

Optionally set this property before calling RegisterNewCertifier, RegisterNewServer, or RegisterNewUser.

No logging occurs if this parameter is an empty string.

If this parameter is anything other than an empty string, logging goes to the file named CERTLOG.NSF in the Domino® data directory on the registration server.

Example