3rd-party integrations¶

logot integrates with a number of 3rd-party frameworks to extend its functionality.

Note

Adding support for additional 3rd-party frameworks is an excellent way of contributing to logot! 🙇

Asynchronous frameworks¶

Integrations with 3rd-party asynchronous frameworks extend Logot.await_for(), allowing you to test asynchronous code using your framework of choice. 💪

Supported frameworks:

See also

See Testing asynchronous code usage guide.

See AsyncWaiter API reference for integrating with 3rd-party asynchronous frameworks.

Logging frameworks¶

Integrations with 3rd-party logging frameworks extend Logot.capturing(), allowing you to capture logs using your framework of choice. 💪

Supported frameworks:

See also

See Log capturing usage guide.

See Capturer API reference for integrating with 3rd-party logging frameworks.