Funzione statica
Veloce
Console.Debug
Logs a debug message in the console, with formatted arguments. Outputted only when the current log level is Debug or Verbose
Non ancora tradotto
Sintassi
Console.Debug(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 |