nanos world API Reference Unofficial documentation
Static function Shared 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

Lua
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