mirror of
https://github.com/vinta/awesome-python.git
synced 2024-11-13 11:16:10 -05:00
Merge pull request #94 from Curita/logging-logbook
Add logbook to logging systems
This commit is contained in:
commit
c437a76224
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue