logEvent (NotesLog - JavaScript™)
Sends a Domino® event out to the network.
Defined in
NotesLogSyntax
logEvent(text:string, queue:string,
event:int, severity:int) : void
Parameter | Description |
---|---|
String text |
The message to send to the network. |
String queue |
The name of the queue. The queue is picked for you if you send an empty string (""). |
int event |
Indicates the kind of event being logged. May
be any of the following:
|
int severity |
Indicates the severity of the event being logged.
May be any of the following:
|
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.