.

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


LogEvent method
Sends a Domino event to the network.

Defined in

NotesLog

Syntax

Call notesLog.LogEvent( message$, queuename$, type%, severity% )

Parameters

message$


queuename$
type%
severity%
Usage

Only scripts running on a server can use this method.

This method is a way to post to API event queues and does not affect database, mail, file and agent logs. Using the LogAction or LogError methods has no effect on event logging.

Language cross-reference

logEvent in Java Log class

See Also