Commit graph

5 commits

Author SHA1 Message Date
tfuxu
d5fa02b2a6
linting: fix a majority of coding errors pointed by pylint 2022-12-27 21:28:58 +01:00
tfuxu
7e9fde6efb
backend/logger: set default value for exc argument 2022-12-27 01:13:32 +01:00
tfuxu
c06d90900a
backend/logger: add optional exc_info option to Logger 2022-12-26 22:14:37 +01:00
tfuxu
d3df5c37da
backend: change the structure of log messages, and move preset listing function to backend
* add ability to name modules in logger object,
* slightly clean PresetDownloader class and return exceptions on error encounters
2022-12-17 18:42:29 +01:00
tfuxu
a8c83d1935
feat: introduce new backend/logger module
This commit introduces a new logger module and converts any log message that used buglog() to use one of five new functions from Logger class.
2022-12-04 00:00:18 +01:00