StaticbufferBuffer for pre-initialized content.
StaticconsoleSpecifies the name of the console window.
StaticDEBUGSpecifies if the output for debug should be visible in the console.
StatictdStatictextareaStaticTRACEStaticWARNSpecifies if the output for warn should be visible in the console.
StaticwindowStaticaddAdds a button to the console using the given label and function.
StaticdebugStaticenterWrites the specified string to the console if TRACE is true and returns the current time in milliseconds.
StaticinfoWrites the current navigator information to the console.
StaticinitInitializes the DOM node for the console.
This requires document.body to point to a non-null value.
This is called from within setVisible if the log has not yet been initialized.
StaticisReturns true if the console is visible.
StaticleaveStaticsetShows or hides the console.
StaticshowShows the console.
StatictraceStaticwarnStaticwriteAdds the specified strings to the console.
StaticwritelnAdds the specified strings to the console, appending a linefeed at the end of each string.
A singleton class that implements a simple console.