createLog (NotesSession - JavaScript™)
Creates a new NotesLog object with the name you specify.
Defined in
NotesSessionSyntax
createLog(name:string) : NotesLog | Parameter | Description |
|---|---|
name |
A name that identifies the log. |
| Return value | Description |
|---|---|
NotesLog |
The newly created NotesLog object. |