If you found this interesting or useful, please consider starring this repo on GitHub so other people can more easily find and use this. Thanks!
shailshouryya/log-everywhere
Logging package to enable writing the corresponding datetime and thread on which every logged event happenes to multiple, DIFFERENT files safely when running multiple threads (multi-threading with python standard library's `threading` package).
PythonApache-2.0