Description
Application logs can use an alternative logging system in legacy Python 2 projects. Logbook gives developers handlers, processors, and structured logging behavior beyond the standard logging module.
It is imported by applications and does not provide a standalone log viewer. The calling software decides what data is recorded and where logs are stored.