Click or drag to resize

AppContextRegisterDebugInfo Method (Page, String, String, String, String, LogMessageLevel)

Register a dbginfo item on the page (with full information). These items will be emitted into the page HTML for debugging purposes and may be viewed by hitting F8 on the page.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public void RegisterDebugInfo(
	Page page,
	string name,
	string value,
	string category,
	string sublist,
	LogMessageLevel level
)

Parameters

page
Type: System.Web.UIPage
The page on which to register.
name
Type: SystemString
The name of the debug item.
value
Type: SystemString
The value of the debug item.
category
Type: SystemString
The category of debug item.
sublist
Type: SystemString
A semi-colon separated list of items to be shown as subitems.
level
Type: NetQuarryLogMessageLevel
The severity level of the entry.

Implements

IAppContextRegisterDebugInfo(Page, String, String, String, String, LogMessageLevel)
See Also