createLog (NotesSession - JavaScript)

Creates a new NotesLog object with the name you specify.

Defined in

NotesSession

Syntax

createLog(name:string) : NotesLog
Parameter Description
name A name that identifies the log.
Return value Description
NotesLog The newly created NotesLog object.

Usage

See the NotesLog class for descriptions and examples.