Class Index | File Index

Classes


Class DebugConsole


Defined in: phonegap.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
This class provides access to the debugging console.
Method Summary
Method Attributes Method Name and Description
 
error(message)
Print an error message to the console
 
log(message)
Print a normal log message to the console
 
warn(message)
Print a warning message to the console
Class Detail
DebugConsole()
This class provides access to the debugging console.
Method Detail
error(message)
Print an error message to the console
Parameters:
{Object|String} message
Message or object to print to the console

log(message)
Print a normal log message to the console
Parameters:
{Object|String} message
Message or object to print to the console

warn(message)
Print a warning message to the console
Parameters:
{Object|String} message
Message or object to print to the console

Documentation generated by JsDoc Toolkit 2.1.0 on Tue May 05 2009 14:44:46 GMT-0700 (PDT)