JAVA/CORBA CLASSES


logError method
Example

Records an error in a log.

Defined in

Log

Syntax

public void logError(int code, String text)
   throws NotesException

Parameters

int code


String text
Usage

The behavior of this method depends upon the type of log you open.


Language cross-reference

LogError method in LotusScript NotesLog class

Example
See Also