forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
11 lines
410 B
Text
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/
|