AppContextRegisterDebugInfo Method |
Name | Description | |
---|---|---|
![]() | RegisterDebugInfo(Page, String, String) |
Register a dbginfo item on the page.
These items will be emitted into the page HTML for debugging
purposes and may be viewed by hitting F8 on the page.
|
![]() | RegisterDebugInfo(Page, String, String, String) |
Register a dbginfo item on the page (with category information).
These items will be emitted into the page HTML for debugging
purposes and may be viewed by hitting F8 on the page.
|
![]() | RegisterDebugInfo(Page, String, String, String, LogMessageLevel) |
Register a dbginfo item on the page (with caetgory and severity level).
These items will be emitted into the page HTML for debugging
purposes and may be viewed by hitting F8 on the page.
|
![]() | RegisterDebugInfo(Page, String, String, String, String) |
Register a dbginfo item on the page (with category and sublist information).
These items will be emitted into the page HTML for debugging
purposes and may be viewed by hitting F8 on the page.
|
![]() | RegisterDebugInfo(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.
|