Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
logot 1.5.2 documentation
logot 1.5.2 documentation
  • Log-based testing 🪵
  • Log message matching
  • Log pattern matching
  • Log capturing
  • Using with pytest
  • Using with unittest
  • Installing
  • 3rd-party integrations
    • Using with trio
    • Using with loguru
    • Using with structlog
  • API reference
    • logot
    • logot.asyncio
    • logot.logged
    • logot.logging
    • logot.loguru
    • logot.structlog
    • logot.trio
    • logot.unittest

Project links

  • GitHub repository
  • PyPI project
  • Changelog
Back to top
View this page

logot.logging¶

Integration API for logging.

See also

See Log capturing usage guide.

API reference¶

class logot.logging.LoggingCapturer¶

A logot.Capturer implementation for logging.

Note

This is the default logot.Capturer implementation.

Next
logot.loguru
Previous
logot.logged
Copyright © 2026 Dave Hall
Made with Sphinx and @pradyunsg's Furo
On this page
  • logot.logging
    • API reference
      • LoggingCapturer