Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

ZENTest.LogPage

class ZENTest.LogPage extends %ZEN.Component.page

Zen Event log viewer page.

Method Inventory

Parameters

parameter APPLICATION = ZENTest.TestApplication;
Application this page belongs to.
parameter PAGENAME = Event Log Page;
Inherited description: Optional. This is the display name used for this page. If not provided, the class name is used.

Methods

method %OnAfterCreatePage() as %Status
This callback is called after the page model is created.
classmethod EnableLog(flag As %Boolean = "") as %Boolean [ ZenMethod ]
Turn logging on or off.
clientmethod enabledChange(cb) [ Language = javascript ]
User has changed enabled checkbox.
clientmethod refreshLog() [ Language = javascript ]
Refresh the event log table.
clientmethod resetLog() [ Language = javascript ]
Reset the event log.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab