LOTUSSCRIPT/COM/OLE CLASSES


CreateLog method
Example

Creates a new NotesLog object with the name you specify. When used with OLE automation, this method allows you to create a NotesLog object without using New.

Defined in

NotesSession

Syntax

Set notesLog = notesSession.CreateLog( programName$ )

Parameters

programName$


Return value

notesLog


Usage

For more information, see the NotesLog class.

Language cross-reference

createLog method in Java Session class

Example
See Also