Static function
Fast
Console.Error
Logs a red error in the console with stack information, with formatted arguments
Syntax
Console.Error(message, args... = nil)
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
message
|
string | — | Message to print |
args...
optional
|
any | nil |
Other arguments to format with the message using string.format |