Funzione statica
Veloce
Console.Error
Logs a red error in the console with stack information, with formatted arguments
Non ancora tradotto
Sintassi
Console.Error(message, args... = nil)
Parametri
| Nome | Tipo | Predefinito | Descrizione |
|---|---|---|---|
message
|
string | — | Message to print |
args...
facoltativo
|
any | nil |
Other arguments to format with the message using string.format |