summaryrefslogtreecommitdiffstats
path: root/scripts/logger.lua
Commit message (Collapse)AuthorAgeFilesLines
* refactor: redo the initial hello messageHEADtrunkHawarth2026-03-201-1/+1
| | | | | Adds a lumberborne mod tag to the logger so if multiple mods are logging to the same file, they can be differentiated from each other.
* refactor: move logging to its own fileHawarth2026-03-201-0/+1
Moves the log function from init.lua to logger.lua and then requires logger.lua in init.lua.