User`s guide
12 Classes – Alphabetical List
12-68
mlreportgen.dom.DebugMessage class
Package: mlreportgen.dom
Debugging message
Description
Creates debugging message text originating from the specified source object.
Construction
debugMsgObj = DebugMessage(text,sourceObject) creates a debugging message
with the specified text, originating from the specified source object.
Input Arguments
text — Message text
string
The text to display for the message.
sourceObject — DOM object from which message originates
a DOM object
The DOM object from which the message originates.
Output Arguments
debugMsgObj — Debugging message
mlreportgen.dom.DebugMessage object
Debug message, represented by an mlreportgen.dom.DebugMessage object.
Properties
Id — ID for document element
string