Namespaceconsole

dojo.require("dojox.analytics.plugins.consoleMessages");
defined in dojox/analytics/plugins/consoleMessages.js

Jump to PropertiesFunctionsBack to top

Functionconsole.assert(truth, message)
Tests for true. Throws exception if false.
Clears message console. Do not call this directly
Closes message console. Do not call this directly
Not supported
Functionconsole.dir(object)
Traces object. Only partially implemented.
collects log messages into a group, starting with this call and ending with groupEnd(). Missing collapse functionality
Closes group. See above
Opens message console. Do not call this directly
Not supported
Starts timers assigned to name given in argument. Timer stops and displays on timeEnd(title);
See above.
Not supported

Jump to FunctionsPropertiesBack to top