Class c3dl.debug
used to output error, warning and information to either the page or firebug.
If firebug is enabled, the message will appear in both firebug and the page.
Defined in: debug.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
| Method Attributes | Method Name and Description |
|---|---|
| <static> |
c3dl.debug.getVisible()
Is the debugger visible?
|
| <static> |
c3dl.debug.setVisible(isVisible)
Set the visibility of the logs.
|
Method Detail
<static>
{boolean}
c3dl.debug.getVisible()
Is the debugger visible?
- Returns:
- {boolean} true if logs will be displayed for the user, false otherwise.
<static>
c3dl.debug.setVisible(isVisible)
Set the visibility of the logs.
- Parameters:
- {boolean} isVisible
- true if the logs should be displayed, false if the logs should not be displayed.