JAVA/CORBA CLASSES


openFileLog method
Example

Starts logging to a file. This method returns an error if you call it on a server.

Defined in

Log

Syntax

public void openFileLog(String filepath)
   throws NotesException

Parameters

String filepath


Usage

To write over an existing log file, you must set the IsOverwriteFile property to true before calling openFileLog.

Logging actions and errors

For information on how actions and errors get logged to a database log, see the logAction and logError methods.

Language cross-reference

OpenFileLog method in LotusScript NotesLog class

Example
See Also