JAVA/CORBA CLASSES
Defined in
Log
Syntax
public void logEvent(String text, String queue, int event, int severity) throws NotesException
Parameters
String text
Log.EV_ALARM
Log.EV_COMM
Log.EV_MAIL
Log.EV_MISC
Log.EV_REPLICA
Log.EV_RESOURCE
Log.EV_SECURITY
Log.EV_SERVER
Log.EV_UNKNOWN
Log.EV_UPDATE
Log.SEV_FAILURE
Log.SEV_FATAL
Log.SEV_NORMAL
Log.SEV_WARNING1
Log.SEV_WARNING2
Log.SEV_UNKNOWN
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