Specified if the output for enter and leave should be visible in the console.
Specifies if the output for warn should be visible in the console.
Buffer for pre-initialized content.
Specifies the name of the console window.
Adds a button to the console using the given label and function.
Adds all arguments to the console if DEBUG is enabled.
Writes the specified string to the console if TRACE is true and returns the current time in milliseconds.
Writes the current navigator information to the console.
Initializes 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.
Returns true if the console is visible.
Shows or hides the console.
Shows the console.
Adds all arguments to the console if WARN is enabled.
Adds the specified strings to the console.
Adds the specified strings to the console, appending a linefeed at the end of each string.
Generated using TypeDoc
Specifies if the output for debug should be visible in the console.