Skip to main content

%DeepSee.UI.LogViewer

class %DeepSee.UI.LogViewer extends %DeepSee.UI.standardPage

DeepSee Log File Viewer. Display contents of the DeepSee log file for the current namespace.

Method Inventory

Parameters

parameter DOCBOOKID = D2MODEL_cube_build_errors;
Inherited description: Docbook ID for this page.
parameter PAGENAME = Log Viewer;
Inherited description: Name of this page.

Methods

method %OnAfterCreatePage() as %Status
This class method callback is called just before the server-side page object is created.
method %OnGetPageName() as %String
Get the name for the page.
method %OnGetProductName() as %String
Get the product name for the page.
method %OnGetTitle() as %String
Get the (localized) title string for the page.
method DeleteLogFile() as %String [ ZenMethod ]
Delete the log file.
method DrawLogFile(pSeed As %String) as %Status
Draw contents of log file pane.
method OnGetRibbonInfo(Output pDisplay As %Boolean, Output pViewIcons As %List, Output pSortOptions As %List, Output pSearchBox As %Boolean, Output pRibbonTitle As %String, Output pCommands As %List) as %Status
Get information to display in the ribbon bar.
clientmethod adjustSizes() [ Language = javascript ]
Adjust sizes of components on the page.
clientmethod deleteLog() [ Language = javascript ]
Delete the log file.
clientmethod onPopupAction(popupName, action, value) [ Language = javascript ]
This client event is fired when the a popup page launched from this page fires an action.
clientmethod onlayoutHandler(load) [ Language = javascript ]
Adjust sizes of components on the page.
clientmethod refreshLog() [ Language = javascript ]
Reload contents of file.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab