adding latest working

This commit is contained in:
2021-10-16 16:36:15 +01:00
parent b47170070a
commit 035d2b4bef
5 changed files with 70 additions and 27 deletions

View File

@@ -8,9 +8,10 @@ Coding:
needs to be lower case in the toml, need a check for this
Logging:
Create SimpleLogger, AdvancedLogger, CustomLogger classes
Create SimpleLogger, AdvancedLogger, CustomLogger classes @done(21-10-16 16:22)
should simply have the different logging strings to output
should both specify whether to save to file or not
☐ Logging path should take by default the config path unless overwritten?
Documentation:
☐ Rewrite documentation using `mkdocs` and using `.md`. @2h