.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

LOTUSSCRIPT/COM/OLE CLASSES


OpenFileLog method
Example

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

Defined in

NotesLog

Syntax

Call notesLog.OpenFileLog( path$ )

Parameters

path$


Usage

If an agent is signed by a user that has unrestricted access then this method can be called on the server.

To write over an existing log file, you must set the OverwriteFile property to True before calling the OpenFileLog method.

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 in Java Log class

Example
See Also