aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-errorhandler/pkg-descr
blob: c072805e715f4fde0d35f53613e4a037eed1c7c7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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