All Projects → async-worker → aiologger

async-worker / aiologger

Licence: MIT license
Asynchronous logging for Python and asyncio

Programming Languages

python
139335 projects - #7 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to aiologger

Pgbadger
A fast PostgreSQL Log Analyzer
Stars: ✭ 2,522 (+2641.3%)
Mutual labels:  log
Fluent Bit
Fast and Lightweight Logs and Metrics processor for Linux, BSD, OSX and Windows
Stars: ✭ 3,223 (+3403.26%)
Mutual labels:  log
datalogger
DataLogger foi projetado para ser uma biblioteca simples de log com suporte a vários providers.
Stars: ✭ 46 (-50%)
Mutual labels:  log
Monolog Bundle
Symfony Monolog Bundle
Stars: ✭ 2,532 (+2652.17%)
Mutual labels:  log
Awstats
AWStats Log Analyzer project (official sources)
Stars: ✭ 238 (+158.7%)
Mutual labels:  log
Matomo
Liberating Web Analytics. Star us on Github? +1. Matomo is the leading open alternative to Google Analytics that gives you full control over your data. Matomo lets you easily collect data from websites & apps and visualise this data and extract insights. Privacy is built-in. We love Pull Requests!
Stars: ✭ 15,711 (+16977.17%)
Mutual labels:  log
Xlog
Android logger, pretty, powerful and flexible, log to everywhere, save to file, all you want is here.
Stars: ✭ 2,468 (+2582.61%)
Mutual labels:  log
ng-logger
Angular logger service
Stars: ✭ 65 (-29.35%)
Mutual labels:  log
Laravel Log Viewer
🐪 Laravel log viewer
Stars: ✭ 2,726 (+2863.04%)
Mutual labels:  log
git-tui
Collection of human friendly terminal interface for git.
Stars: ✭ 95 (+3.26%)
Mutual labels:  log
Golog
A high-performant Logging Foundation for Go Applications. X3 faster than the rest leveled loggers.
Stars: ✭ 208 (+126.09%)
Mutual labels:  log
Sagan
** README ** This repo has MOVED to https://github.com/quadrantsec/sagan
Stars: ✭ 236 (+156.52%)
Mutual labels:  log
Mars
Mars is a cross-platform network component developed by WeChat.
Stars: ✭ 15,912 (+17195.65%)
Mutual labels:  log
Lumberjackconsole
On-device CocoaLumberjack console with support for search, adjust levels, copying and more.
Stars: ✭ 205 (+122.83%)
Mutual labels:  log
log
Aplus Framework Log Library
Stars: ✭ 14 (-84.78%)
Mutual labels:  log
Sensitive
🔐Sensitive log tool for java, based on java annotation. (基于注解的 java 日志脱敏框架,更加优雅的日志打印)
Stars: ✭ 200 (+117.39%)
Mutual labels:  log
Base
🍁 Base是针对于Android开发封装好一些常用的基类,主要包括通用的Adapter、Activity、Fragment、Dialog等、和一些常用的Util类,只为更简单。
Stars: ✭ 249 (+170.65%)
Mutual labels:  log
woodpecker-client
异常日志收集客户端 环境隔离版本
Stars: ✭ 51 (-44.57%)
Mutual labels:  log
k3log
三大王日志,一款开箱即用且高效,快捷,安全的golang日志,基于uber zap
Stars: ✭ 32 (-65.22%)
Mutual labels:  log
logy
Parse log files like a pro with this awesome CLI tool. Paginate and filter with great ease.
Stars: ✭ 28 (-69.57%)
Mutual labels:  log

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/

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].