Use colorama in logger handler
Closed this issue · 3 comments
sveetch commented
Improve command line interface informations through colored logging with coloram if available.
sveetch commented
All used colors should be configurable from a user base config (something like a .boussole file in the user home dir). Probably with a *.ini
file format.
sveetch commented
Finally started to use python-colorlog package, that use colorama.
For configurable color, we will see in another issue, but python-colorlog doc and tests contains some basic examples for that.