CreateLog (NotesSession - LotusScript®)
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
Syntax
Set notesLog = notesSession .CreateLog( programName$ )
Parameters
programName$
String. A name that identifies the script whose actions and errors you want to log.
Return value
notesLog
The newly created log.