Implemented initial version of logging system. Log formatting and content needs to be reworked.

This commit is contained in:
Jakob Friedl
2025-08-20 12:55:09 +02:00
parent 24208f3b4b
commit f69adc53a2
10 changed files with 139 additions and 74 deletions

5
.gitignore vendored
View File

@@ -3,11 +3,14 @@
*.db
*.key
!data/*/.gitkeep
# Ignore binaries
# Ignore binaries
bin/*
!bin/.gitkeep
*.exe
# Ignore log files
*.log
.vscode/
# Nim