Provides a Fancy extension to the DebugWindow class. Allows filtering based on loggers and levels.
extends goog.debug.DebugWindow| Instance Method Summary | |
closeOptions_() ⇒ booleanClose the options menu. | |
exit_(?Event e)Handles the user clicking the exit button, disabled the debug window and closes the popup. | |
getDropDown_(string id, string selected) ⇒ ?ElementMake a drop down for the log levels. | |
getHtml_() ⇒ stringReturn the default HTML for the debug window | |
getStyleRules() ⇒ string | |
openOptions_() ⇒ booleanShow the options menu. | |
readOptionsFromLocalStorage_()Sync logger levels with any values stored in localStorage. | |
resizeStuff_()Resize the lof elements | |
writeBufferToLog_(string html)Write to the log and maybe scroll into view | |
writeInitialDocument_()Writes the initial HTML of the debug window | |
writeOptionsToLocalStorage_()Write logger levels to localStorage if possible. | |
| Static Method Summary | |
getLoggers_() ⇒ ?ArrayGets a sorted array of all the loggers registered | |
getStoredKeys_() ⇒ ?ObjectHelper function to create a list of locally stored keys. Used to avoid expensive localStorage.getItem() calls. | |