I’ve realized that I want a custom log level for my GUI application in Python. I have a bunch of communication between a host and client and I want to intelligently organize my log by adding a new log level (i.e., other than WARN, ERROR, INFO or DEBUG) specifically for communications.

Resources

How to add log levels in Python