addConsoleHandler(opt_logger)code »
Adds the console handler to the given logger. The console handler will log all messages using the JavaScript Console API.
Parameters
- opt_logger
?goog.debug.Logger= The logger to add the handler to; defaults to the root logger.