Methods
assert()
- See:
- 
        - MDN web docs for details.
 
Writes an error message to the console if the assertion is false.
error()
- See:
- 
        - MDN web docs for details.
 
Outputs an error message to the console.
info()
- See:
- 
        - MDN web docs for details.
 
Outputs an informational message to the console.
log()
- See:
- 
        - MDN web docs for details.
 
Outputs a message to the console.
trace()
- See:
- 
        - MDN web docs for details.
 
Outputs a stack trace to the console.
warn()
- See:
- 
        - MDN web docs for details.
 
Outputs a warning message to the console.