.gitignore
CHANGELOG.md
CMakeLists.txt
CODE_OF_CONDUCT.md
LICENSE
README.md
SECURITY.md
SUPPORT.md
pyproject.toml
setup.py
.devcontainer/Dockerfile
.devcontainer/devcontainer.json
.github/dependabot.yml
.github/workflows/pages.yml
.github/workflows/quality.yml
.github/workflows/test.yml
.github/workflows/wheel.yml
benchmarks/bench_handlers.py
benchmarks/bench_logger.py
docs/Makefile
docs/make.bat
docs/requirements.txt
docs/source/conf.py
docs/source/examples.rst
docs/source/handlers.rst
docs/source/index.rst
docs/source/limitations.rst
docs/source/logging.rst
src/picologging/__init__.py
src/picologging/__init__.pyi
src/picologging/_picologging.cxx
src/picologging/compat.hxx
src/picologging/config.py
src/picologging/config.pyi
src/picologging/filterer.cxx
src/picologging/filterer.hxx
src/picologging/formatstyle.cxx
src/picologging/formatstyle.hxx
src/picologging/formatter.cxx
src/picologging/formatter.hxx
src/picologging/handler.cxx
src/picologging/handler.hxx
src/picologging/handlers.py
src/picologging/handlers.pyi
src/picologging/logger.cxx
src/picologging/logger.hxx
src/picologging/logrecord.cxx
src/picologging/logrecord.hxx
src/picologging/picologging.hxx
src/picologging/py.typed
src/picologging/streamhandler.cxx
src/picologging/streamhandler.hxx
src/picologging.egg-info/PKG-INFO
src/picologging.egg-info/SOURCES.txt
src/picologging.egg-info/dependency_links.txt
src/picologging.egg-info/requires.txt
src/picologging.egg-info/top_level.txt
tests/fuzzing/README.md
tests/fuzzing/fuzz_atheris.py
tests/memray/README.md
tests/memray/memray_format_exception.py
tests/memray/memray_logger.py
tests/memray/memray_logrecord.py
tests/memray/memray_style.py
tests/profile/profile.py
tests/unit/test_bufferinghandler.py
tests/unit/test_config.py
tests/unit/test_filehandler.py
tests/unit/test_formatter.py
tests/unit/test_handler.py
tests/unit/test_logger.py
tests/unit/test_logrecord.py
tests/unit/test_percentstyle.py
tests/unit/test_picologging.py
tests/unit/test_queuehandler.py
tests/unit/test_sockethandler.py
tests/unit/test_streamhandler.py
tests/unit/test_strformatstyle.py
tests/unit/test_threading.py