diff options
| author | Hawarth <hawarth@hawarth.com> | 2026-03-20 18:22:39 +0100 |
|---|---|---|
| committer | Hawarth <hawarth@hawarth.com> | 2026-03-20 18:22:39 +0100 |
| commit | 9b112d95c52c66d09ae30fd21076ba9f0c2350d1 (patch) | |
| tree | 23b37d868166ba7cefa018b987cf45c95c4d52cc /scripts/logger.lua | |
| parent | d1066311b495a346a2e0b941858f9d60b8c3f011 (diff) | |
| download | df-lumberborne-9b112d95c52c66d09ae30fd21076ba9f0c2350d1.tar.gz df-lumberborne-9b112d95c52c66d09ae30fd21076ba9f0c2350d1.zip | |
refactor: move logging to its own file
Moves the log function from init.lua to logger.lua and then requires
logger.lua in init.lua.
Diffstat (limited to 'scripts/logger.lua')
| -rw-r--r-- | scripts/logger.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/logger.lua b/scripts/logger.lua new file mode 100644 index 0000000..3eb4b0f --- /dev/null +++ b/scripts/logger.lua @@ -0,0 +1 @@ +log("Hello from Lumberborne!") |
