Examples: OpenAgentLog method

This code, which must be executed in an agent, opens the agent's log for output and writes an action message to it.

Dim agentLog As New NotesLog("Agent log")
Call agentLog.OpenAgentLog
Call agentLog.LogAction("Action one")
Call agentLog.Close