createLog (Session - Java)

Creates a new Log object with the name you specify.

Defined in

Session

Syntax

public Log createLog(String name)
    throws NotesException

Parameters

String name

A name that identifies the log.

Return value


Log

The newly created log.

Usage

See the Log class for descriptions and examples.