A better print function than Lua's built in print function. Console.log (from JavaScript) for Lua
- Save the file
- Fetch the module using require (e.g 'require("Logger")')
- Call '.log(...)' function and put your arguments, whether a string, number, or an array
- GPL-3.0
- OxidaneDev: Lead developer