Click or drag to resize

AppContextRegisterDebugInfo Method

Overload List
  NameDescription
Public methodRegisterDebugInfo(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.
Public methodRegisterDebugInfo(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.
Public methodRegisterDebugInfo(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.
Public methodRegisterDebugInfo(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.
Public methodRegisterDebugInfo(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.
Top
See Also