Namespace console
- Defined in: Global.js
Constructor Attributes | Constructor Name and Description |
---|---|
A simple and hackish implementation of the console instance of some browsers.
|
Method Summary
Method Attributes | Method Name and Description |
---|---|
<static> |
console.log(text)
Convenience method for bridging log output from the server to the client.
|
Namespace Detail
console
A simple and hackish implementation of the console instance of some browsers.
Method Detail
-
<static> console.log(text)Convenience method for bridging log output from the server to the client.
- Parameters:
- {String} text
- This text will be displayed in the browser’s console (if available).