ez.log(message)
Sends a log message to the serial console. Messages are prefixed with #LOG#[Lua] for easy filtering. Use for debugging during development. Also available as ez.log() shorthand for convenience.
| Parameter | Description |
| message | Text to log |
ez.log("Starting initialization")
ez.log("Battery at " .. ez.system.get_battery_percent() .. "%")