All Projects → b2wdigital → Aiologger

b2wdigital / Aiologger

Licence: mit
Asynchronous logging for python and asyncio

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Aiologger

Loki
Like Prometheus, but for logs.
Stars: ✭ 14,483 (+4999.65%)
Mutual labels:  hacktoberfest, logging
Trilogy
TypeScript SQLite layer with support for both native C++ & pure JavaScript drivers.
Stars: ✭ 195 (-31.34%)
Mutual labels:  hacktoberfest, async
Gino
GINO Is Not ORM - a Python asyncio ORM on SQLAlchemy core.
Stars: ✭ 2,299 (+709.51%)
Mutual labels:  hacktoberfest, asyncio
Functional Promises
Write code like a story w/ a powerful Fluent (function chaining) API
Stars: ✭ 141 (-50.35%)
Mutual labels:  hacktoberfest, async
Aiowebsocket
Async WebSocket Client. Advantage: Flexible Lighter and Faster
Stars: ✭ 263 (-7.39%)
Mutual labels:  async, asyncio
React Native Network Logger
An HTTP network request monitor for React Native with in-app interface for iOS and Android with no native code
Stars: ✭ 161 (-43.31%)
Mutual labels:  hacktoberfest, logging
Actix Extras
A collection of additional crates supporting the actix and actix-web frameworks.
Stars: ✭ 190 (-33.1%)
Mutual labels:  hacktoberfest, async
Madelineproto
Async PHP client/server API for the telegram MTProto protocol
Stars: ✭ 1,776 (+525.35%)
Mutual labels:  hacktoberfest, async
Promise Pool
Map-like, concurrent promise processing
Stars: ✭ 258 (-9.15%)
Mutual labels:  hacktoberfest, async
Log Fake
A drop in fake logger for testing with the Laravel framework.
Stars: ✭ 254 (-10.56%)
Mutual labels:  hacktoberfest, logging
Documentation
Stars: ✭ 133 (-53.17%)
Mutual labels:  hacktoberfest, logging
Example Scalping
A working example algorithm for scalping strategy trading multiple stocks concurrently using python asyncio
Stars: ✭ 267 (-5.99%)
Mutual labels:  async, asyncio
Cls Proxify
Logging on steroids with CLS and Proxy. Integrated with express, koa, fastify.
Stars: ✭ 132 (-53.52%)
Mutual labels:  hacktoberfest, logging
Exceptionless
Exceptionless server and jobs
Stars: ✭ 2,107 (+641.9%)
Mutual labels:  hacktoberfest, logging
Drf Api Tracking
Fork of aschn/drf-tracking so that we can maintain and release newer versions
Stars: ✭ 117 (-58.8%)
Mutual labels:  hacktoberfest, logging
Yii2 Debug
Debug Extension for Yii 2
Stars: ✭ 179 (-36.97%)
Mutual labels:  hacktoberfest, logging
Aiovk
vk.com API python wrapper for asyncio
Stars: ✭ 85 (-70.07%)
Mutual labels:  hacktoberfest, asyncio
Core
🏡 Open source home automation that puts local control and privacy first.
Stars: ✭ 48,265 (+16894.72%)
Mutual labels:  hacktoberfest, asyncio
Swoole Bundle
Symfony Swoole Bundle
Stars: ✭ 201 (-29.23%)
Mutual labels:  hacktoberfest, async
Aws
AWS SDK with readable code and async responses
Stars: ✭ 268 (-5.63%)
Mutual labels:  hacktoberfest, async

aiologger

PYPI PYPI Python Versions Build Status codecov 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://b2wdigital.github.io/aiologger

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].