search

goog.debug.DebugWindow

Provided By
All Known Direct Subclasses

Provides a debug DebugWindow that is bound to the goog.log.Logger. It handles log messages and writes them to the DebugWindow. This doesn't provide a lot of functionality that the old Gmail logging infrastructure provided like saving debug logs for exporting to the server. Now that we have an event-based logging infrastructure, we can encapsulate that functionality in a separate class.

new DebugWindow( opt_identifier, opt_prefix )

Parameters
opt_identifierstring=

Identifier for this logging class.

opt_prefixstring=

Prefix prepended to messages.

Instance Methods

Instance Properties

Static Functions

Static Properties