Added a logging utility that uses the python standard library underneath. Implemented the usage of a configuration file named "logger.yml" that will be read on the project root. If the configuration file is not present, the utility will still proceed by using default configurations. The logging utility also integrates with the discord api and sends out logs to a text channel if it is present in "config.yml".
Fixes # (211)
Type of change
Please delete options that are not relevant.
[x] New feature (non-breaking change which adds functionality)
[x] This change requires a documentation update
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
[x] Eyeballed it
Checklist:
[x] My code follows the style guidelines of this project
[x] I have performed a self-review of my code
[x] I have commented my code, particularly in hard-to-understand areas
[ ] I have made corresponding changes to the documentation (Will do this later)
[x] My changes generate no new warnings
[ ] I have added tests that prove my fix is effective or that my feature works (Sorry)
[ ] New and existing unit tests pass locally with my changes
[x] Any dependent changes have been merged and published in downstream modules
Description
Added a logging utility that uses the python standard library underneath. Implemented the usage of a configuration file named "logger.yml" that will be read on the project root. If the configuration file is not present, the utility will still proceed by using default configurations. The logging utility also integrates with the discord api and sends out logs to a text channel if it is present in "config.yml".
Fixes # (211)
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Checklist: