This is a logger and logger factory, lets you init any number of distinct log streams - screen, file, with various different parameters and output levels, and which will write to them all in one command.
dskzz/PythonLogFactory
First try at a factory class implementation to build multiple log streams under single controller
Python