A utility library for Python logging that provides additional log levels (like NOTICE and TRACE), a filtering handler, and a log suppression context manager. Current version is 3.4.0, supports Python >=3.9, and is maintained as part of the jaraco project. Releases are frequent.
pip install jaraco-loggingVerified import paths — ran on the pinned version, not inferred.
Add custom log levels and use the suppress context manager.
Use unique level names or only add levels in isolated modules.
Use 'from jaraco.logging import suppress' instead of 'LogSuppressor'.
No dependency data recorded yet.