Class DebugConsole
Defined in: phonegap.js.
Constructor Attributes | Constructor Name and Description |
---|---|
This class provides access to the debugging console.
|
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
|
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