opnsense-ports/textproc/py-errorhandler/pkg-descr
Franco Fichtner 5f1f285626 */*: sync with upstream
Taken from: HardenedBSD
2018-04-25 22:09:27 +02:00

11 lines
406 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.org/project/errorhandler/