Commit graph

2 commits

Author SHA1 Message Date
Wen Heping
1f25edb0ee - Update to 1.1.1
- Remove MD5
- Fix build with python-2.7

Submitted by:	Wen Heping(via email, myself)
Approved by:	maintainer(via email)
2011-02-28 11:01:56 +00:00
Martin Wilke
ebd38f8e8d A logging framework handler that tracks when messages above a certain
level have been logged.

This is a handler for the python standard logging framework that can
be used to tell whether messages have been logged at or above a certain
level.

This can be useful when wanting to ensure that no errors have been
logged before committing data back to a database.

WWW: http://pypi.python.org/pypi/errorhandler/1.0.0

PR:		ports/137970
Submitted by:	Dikshie
2009-08-22 22:08:15 +00:00