console.error(...data)
Calls the console.log function using a Red color from the internal CLR library.
Status: unstable
Returns: void
Parameters
| Name | Type | Description |
|---|---|---|
| data | ...any | The data to be displayed on the screen |
Example usage
console.warn("a", "b", "c");
Extra behaviors
- All
console.logextra behaviors