Description
Application logs can gain additional verbose levels on top of the standard logging module. This library helps developers distinguish detailed diagnostic output from normal debug, info, warning, and error messages.
It is imported by Python programs and does not provide a separate log viewer. The usefulness of the extra levels depends on how the application configures handlers and output.