Core
Debug
Class Hierarchy:

Namespace for debugging related utilities.

Class Field Summary
Public consoleElement
The DOM element to which console output should be written.
Public useAlertDialog
Flag indicating whether console output should be displayed as alerts.

Class Method Summary
Public consoleWrite()
Writes a message to the debug console.
Public toString()
Creates a string representation of the state of an object's instance variables.

Class Method Detail
consoleWrite
Writes a message to the debug console.
Parameters:
text (String) - the message

toString
Creates a string representation of the state of an object's instance variables.
Parameters:
object - the object to convert to a string
Returns:
(String) the string