.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

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