.gitignore
CHANGELOG.md
CODE_OF_CONDUCT.md
COPYRIGHT
LICENSE
MANIFEST.in
NOTICE
README.md
__init__.py
kakashi-logo.png
kakashi_benchmark_results.json
pyproject.toml
requirements.txt
setup.py
uv.lock
.github/workflows/branch-push-tests.yml
.github/workflows/performance-tests.yml
documentation/AI-DISCOVERY-GUIDE.md
documentation/README.md
documentation/docusaurus.config.ts
documentation/package-lock.json
documentation/package.json
documentation/sidebars.ts
documentation/tsconfig.json
documentation/blog/2025-08-27-python-logging-benchmarks.md
documentation/blog/authors.yml
documentation/blog/tags.yml
documentation/blog/2021-08-26-welcome/docusaurus-plushie-banner.jpeg
documentation/docs/api/colors.md
documentation/docs/api/core.md
documentation/docs/api/integrations.md
documentation/docs/development/architecture-deep-dive.md
documentation/docs/development/contributing.md
documentation/docs/development/perf-results.md
documentation/docs/development/performance.md
documentation/docs/development/testing.md
documentation/docs/getting-started/configuration.md
documentation/docs/getting-started/installation.md
documentation/docs/getting-started/quickstart.md
documentation/docs/guides/async-backends.md
documentation/docs/guides/color-configuration.md
documentation/docs/guides/context-management.md
documentation/docs/guides/file-rotation.md
documentation/docs/guides/pipeline-composition.md
documentation/docs/guides/structured-logging.md
documentation/docs/guides/web-integrations.md
documentation/docs/operations/deprecations.md
documentation/docs/operations/log-file-organization.md
documentation/docs/operations/log-format.md
documentation/docs/overview/architecture.md
documentation/docs/overview/features.md
documentation/docs/overview/intro.md
documentation/docs/tutorial-extras/img/docsVersionDropdown.png
documentation/docs/tutorial-extras/img/localeDropdown.png
documentation/src/components/HomepageFeatures/index.tsx
documentation/src/components/HomepageFeatures/styles.module.css
documentation/src/css/custom.css
documentation/src/pages/index.module.css
documentation/src/pages/index.tsx
documentation/src/pages/markdown-page.md
documentation/static/.nojekyll
documentation/static/robots.txt
documentation/static/sitemap-index.xml
documentation/static/sitemap.xml
documentation/static/img/ProfessionalArchitecture.jpeg
documentation/static/img/SuperiorPerformance.gif
documentation/static/img/TrueAsyncLogging.gif
documentation/static/img/favicon.ico
documentation/static/img/kakashi-logo.png
documentation/static/img/socialcard.png
kakashi/__init__.py
kakashi/fallback.py
kakashi.egg-info/PKG-INFO
kakashi.egg-info/SOURCES.txt
kakashi.egg-info/dependency_links.txt
kakashi.egg-info/entry_points.txt
kakashi.egg-info/not-zip-safe
kakashi.egg-info/requires.txt
kakashi.egg-info/top_level.txt
kakashi/core/__init__.py
kakashi/core/async_backend.py
kakashi/core/async_interface.py
kakashi/core/async_pipeline.py
kakashi/core/config.py
kakashi/core/functional_logger.py
kakashi/core/interface.py
kakashi/core/logger.py
kakashi/core/pipeline.py
kakashi/core/records.py
kakashi/core/sink_config.py
kakashi/core/sink_pipeline.py
kakashi/core/sinks.py
kakashi/core/structured_async_backend.py
kakashi/core/structured_formatters.py
kakashi/core/structured_logger.py
kakashi/examples/__init__.py
kakashi/examples/basic_usage.py
kakashi/examples/cli_application_example.py
kakashi/examples/gui_application_example.py
kakashi/examples/web_framework_examples.py
kakashi/integrations/__init__.py
kakashi/integrations/django_integration.py
kakashi/integrations/fastapi_integration.py
kakashi/integrations/flask_integration.py
performance_tests/README.md
performance_tests/conftest.py
performance_tests/generate_summary.py
performance_tests/pytest.ini
performance_tests/requirements.txt
performance_tests/run_tests.py
performance_tests/test_api_compatibility.py
performance_tests/test_performance.py
performance_tests/test_stability.py