Add logbook to logging systems

This commit is contained in:
Julia Medina 2014-07-07 01:21:15 -03:00
parent 31ef68d142
commit 7c1d63554e
1 changed files with 1 additions and 0 deletions

View File

@ -603,6 +603,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
*Libraries for generating and working with log files.*
* [logging](https://docs.python.org/2/library/logging.html) - (Python standard library) Logging facility for Python.
* [logbook](http://pythonhosted.org/Logbook/) - Logging replacement for Python.
* [Sentry](https://pypi.python.org/pypi/sentry) - A realtime logging and aggregation server.
* [Raven](http://raven.readthedocs.org/) - The Python client for Sentry.