logging.handlers — Logging handlers — Python 3.10.2 documentation
Source code: Lib/logging/handlers.py The following useful handlers are provided in the package. Note that three of the handlers (StreamHandler, FileHandler and NullHandler) are actually defined in the logging module itself, but have been documented here al
docs.python.org