goog.debug.Console |
![]()
Adds a logger name to be filtered.
Arguments:
|
code » | ||
![]()
Adds a log record.
Arguments:
|
code » | ||
Returns the text formatter used by this console
Returns: !goog.debug.TextFormatter
The text formatter.
|
code » | ||
![]()
No description.
|
code » | ||
![]()
Removes a logger name to be filtered.
Arguments:
|
code » | ||
![]()
Sets whether we are currently capturing logger output.
Arguments:
|
code » |
![]()
Install the console and start capturing if "Debug=true" is in the page URL
|
code » | ||
![]()
Logs the record to the console using the given function. If the function is
not available on the console object, the log function is used instead.
|
code » | ||
![]()
Sets the console to which to log.
Arguments:
|
code » | ||
![]()
Show an alert with all of the captured debug information.
Information is only captured if console is not available
|
code » |
![]()
The console to which to log. This is a property so it can be mocked out in
this unit test for goog.debug.Console.
|
Code » | |
Global console logger instance
|
Code » |