Class Index | File Index

Classes


Class R.debug.ConsoleRef

The base class for all console objects. Each type of supported console outputs its data differently. This class allows abstraction between the console and the browser's console object so the Console can report to it.
Defined in: debug.console.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Method Summary
Method Attributes Method Name and Description
 
Write a debug message to the console.
 
Write an error message to the console.
 
Get the class name of this object
 
info()
Write an info message to the console.
 
Dump a stack trace to the console.
 
warn()
Write a warning message to the console.
Class Detail
R.debug.ConsoleRef()
Method Detail
debug()
Write a debug message to the console. The arguments to the method call will be concatenated into one string message.

error()
Write an error message to the console. The arguments to the method call will be concatenated into one string message.

{String} getClassName()
Get the class name of this object
Returns:
{String} The string "ConsoleRef"

info()
Write an info message to the console. The arguments to the method call will be concatenated into one string message.

trace()
Dump a stack trace to the console.

warn()
Write a warning message to the console. The arguments to the method call will be concatenated into one string message.

Documentation generated by JsDoc Toolkit 2.4.0 on Mon Mar 18 2013 16:09:18 GMT-0400 (EDT)