As the project grows and more and more functionality comes in, the logging needs an overhaul:
- Different log levels are necessary (e.g. debug, info, warning, error...)
- Log output (at least warnings and errors) should be accessible via GUI
- Setting a log level via command line option.
- Logging to a file
As the project grows and more and more functionality comes in, the logging needs an overhaul: