pkgsrc-wip/py-errorhandler/DESCR
Helge Muehlmeier 2494144e9b Import py26-errorhandler-1.1.1 as wip/py-errorhandler.
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.
2010-08-31 18:57:49 +00:00

6 lines
266 B
Text

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.