openAgentLog (Log - Java)

Opens the agent log for the current agent.

Note: This method does not work for remote (IIOP) operations.

Defined in

Log

Syntax

public void openAgentLog()
    throws NotesException

Usage

This method stores output in the log for the current agent and fails if the program is not running as an agent. To display an agent log, select the agent and choose Agent - Log. The log also displays after you run an agent with Actions - Run.

Example