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