The “logging_handler” provides a quick and easy way to create a logging object in Python. The Python logging is an incredibly powerful tool, however the options are extensive and the defaults I find to be less than adaquate. The the code in this library I have been using for years on every Python script I…