The [Link]() method outputs a message to the web console.
Outputs a warning message. You may use string substitution and
additional arguments with this method.
Outputs an error message. You may use string substitution and
additional arguments with this method.
Informative logging of information. You may use string substitution and
additional arguments with this method.
Log the number of times this line has been called with the given label.
Displays tabular data as a table.
Log a message and stack trace to console if the first argument is false.
Clear the console.
Displays an interactive listing of the properties of a specified JavaScript
object.
[Link]()
Starts a timer with a name specified as an input parameter. Up to
10,000 simultaneous timers can run on a given page.
[Link]()
Stops the specified timer and logs the elapsed time in milliseconds
since it started.
Creates a new inline group, indenting all following output by another
level.