JAVA/CORBA CLASSES


RegistrationLog property
Example

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

Defined in

Registration class

Data type

String

Syntax

public String getRegistrationLog()
   throws NotesException

public void setRegistrationLog(String name)
   throws NotesException

Usage

Optionally set this property before calling registerNewCertifier, registerNewServer, or registerNewUser.

No logging occurs if this parameter is null.

If this parameter is anything other than null, logging goes to the file named cerlog.nsf in the Domino data directory on the registration server.

Language cross-reference

RegistrationLog property in LotusScript NotesRegistration class

Example