async-worker/aiologger

View on GitHub
README.md

Summary

Maintainability
Test Coverage
# aiologger

[![PYPI](https://img.shields.io/pypi/v/aiologger.svg)](http://pypi.python.org/pypi/aiologger)
[![PYPI Python Versions](https://img.shields.io/pypi/pyversions/aiologger.svg)](http://pypi.python.org/pypi/aiologger)
[![Build Status](https://github.com/async-worker/aiologger/actions/workflows/main.yaml/badge.svg?branch=main)](https://github.com/async-worker/aiologger/actions/workflows/main.yaml)
[![Maintainability](https://api.codeclimate.com/v1/badges/122a3696a749ed04a972/maintainability)](https://codeclimate.com/github/async-worker/aiologger/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/122a3696a749ed04a972/test_coverage)](https://codeclimate.com/github/async-worker/aiologger/test_coverage)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/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/