.coveragerc
.gitignore
.pre-commit-config.yaml
CHANGELOG.rst
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
tox.ini
docs/Makefile
docs/changelog.rst
docs/conf.py
docs/index.rst
docs/license.rst
docs/logging_.config.rst
docs/logging_.handlers.rst
docs/snippets/queue_listener_handler/logging.yaml
docs/snippets/queue_listener_handler/test_logger.py
docs/snippets/yaml_config/logging.yaml
docs/snippets/yaml_config/test_logger.py
logging_/__init__.py
logging_/version.py
logging_/config/__init__.py
logging_/config/yaml_config.py
logging_/handlers/__init__.py
logging_/handlers/queue_listener_handler.py
logging_extras.egg-info/PKG-INFO
logging_extras.egg-info/SOURCES.txt
logging_extras.egg-info/dependency_links.txt
logging_extras.egg-info/requires.txt
logging_extras.egg-info/top_level.txt
tests/__init__.py
tests/test_logging.py
tests/test_config/__init__.py
tests/test_config/test_yaml_config.py
tests/test_handlers/__init__.py
tests/test_handlers/test_queue_listener_handler.py