LOTUSSCRIPT/COM/OLE CLASSES
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$
notesLog
For more information, see the NotesLog class.
Language cross-reference
createLog method in Java Session class
Example See Also