JAVA/CORBA CLASSES


logEvent method
Sends a Domino event out to the network.

Defined in

Log

Syntax

public void logEvent(String text, String queue, int event, int severity)
   throws NotesException

Parameters

String text


String queue
int event
int 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 method in LotusScript NotesLog class

See Also