freebsd-ports/textproc/py-errorhandler/pkg-descr
Sunpoet Po-Chuan Hsieh 6670f0b757 - Update WWW:
- http://cheeseshop.python.org/ -> https://pypi.python.org/
  - http://pypi.python.org/ -> https://pypi.python.org/

With hat:	python
Approved by:	bapt (portmgr)
2013-11-20 20:51:25 +00:00

11 lines
410 B
Text

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: https://pypi.python.org/pypi/errorhandler/