Static function
Fast
Console.Debug
Logs a debug message in the console, with formatted arguments. Outputted only when the current log level is Debug or Verbose
Syntax
Console.Debug(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 |