Implemented logging

Also fixed a minor issue where the configuration HashMap was not initialized and threw a NullPointerException.
This commit is contained in:
Alix von Schirp
2023-01-18 02:26:48 +01:00
parent e326867ebd
commit ee41a0e417
4 changed files with 21 additions and 4 deletions

3
.gitignore vendored
View File

@@ -1,2 +1,3 @@
# Project exclude paths
/target/
/target/
.idea/