mirror of
https://github.com/dtomlinson91/panaetius.git
synced 2025-12-22 04:55:44 +00:00
21 lines
739 B
Plaintext
21 lines
739 B
Plaintext
Coding:
|
|
No Config File:
|
|
✔ Handle if a bool is passed in as a default @done(21-10-16 05:25)
|
|
needs to be lower case in the toml, need a check for this
|
|
|
|
Config File:
|
|
✔ Handle if a bool is passed in as a default @done(21-10-16 05:25)
|
|
needs to be lower case in the toml, need a check for this
|
|
|
|
Logging:
|
|
✔ 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
|
|
|
|
|
|
Tests:
|