arjd / aiologger

Asynchronous logging for Python and asyncio

Home Page:https://async-worker.github.io/aiologger/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aiologger

PYPI PYPI Python Versions Build Status Maintainability Test Coverage Code style: black

About the Project

The built-in python logger is I/O blocking. This means that using the built-in logging module will interfere with your asynchronous application performance. aiologger aims to be the standard Asynchronous non-blocking logging for python and asyncio.

Documentation

The project documentation can be found here: https://async-worker.github.io/aiologger/

About

Asynchronous logging for Python and asyncio

https://async-worker.github.io/aiologger/

License:MIT License


Languages

Language:Python 99.5%Language:Makefile 0.5%