Skip to content

Asynchronous logging for python and asyncio

License

Notifications You must be signed in to change notification settings

byrro/aiologger

 
 

Repository files navigation

aiologger

PYPI PYPI Python Versions Build Status codecov Code style: black

About the Project

The builtin python logger is I/O blocking. This means that using the builtin logging module will interfere with your asynchronouns 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://b2wdigital.github.io/aiologger

About

Asynchronous logging for python and asyncio

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.5%
  • Makefile 0.5%