ARTICLE AD BOX
I am making a product data pipeline in python. But I need a good logger that logs on both terminal as well as file. There are default logging facilities in python, but they are only for files.
Colours to represent log criticallity is preferred.
If there are separate recommendations for file and terminal, I can make a unified class for making it act on both at once.
