%DeepSee.UI.LogViewer
Class %DeepSee.UI.LogViewer Extends %DeepSee.UI.standardPage [ System = 4 ]
DeepSee Log File Viewer. Display contents of the DeepSee log file for the current namespace.
Parameters
PAGENAME
Parameter PAGENAME = "Log Viewer";
DOCBOOKID
Parameter DOCBOOKID = "D2MODEL_cube_build_errors";
XDatas
Style
XData Style
contentPane
XData contentPane [ XMLNamespace = "http://www.intersystems.com/zen" ]
This XML defines the contents of the contents pane for this page.
Methods
DrawLogFile
Method DrawLogFile(pSeed As %String) As %Status
Draw contents of log file pane.
%OnGetTitle
Method %OnGetTitle() As %String
Get the (localized) title string for the page.
%OnGetPageName
Method %OnGetPageName() As %String
Get the name for the page.
%OnGetProductName
Method %OnGetProductName() As %String
Get the product name for the page.
OnGetRibbonInfo
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.
onPopupAction
ClientMethod onPopupAction(popupName, action, value) [ Language = javascript ]
This client event is fired when the a popup page launched from this page fires an action.
onlayoutHandler
ClientMethod onlayoutHandler(load) [ Language = javascript ]
Adjust sizes of components on the page.
adjustSizes
ClientMethod adjustSizes() [ Language = javascript ]
Adjust sizes of components on the page.
%OnAfterCreatePage
Method %OnAfterCreatePage() As %Status
This class method callback is called just before the server-side page object is created.
refreshLog
ClientMethod refreshLog() [ Language = javascript ]
Reload contents of file.
deleteLog
ClientMethod deleteLog() [ Language = javascript ]
Delete the log file.
DeleteLogFile
Method DeleteLogFile() As %String [ ZenMethod ]
Delete the log file.