All Projects → slog-rs → async

slog-rs / async

Licence: Apache-2.0 and 2 other licenses found Licenses found Apache-2.0 LICENSE-APACHE MIT LICENSE-MIT MPL-2.0 LICENSE-MPL2
Asynchronous drain for slog-rs v2

Programming Languages

rust
11053 projects
Makefile
30231 projects
Vim Script
2826 projects

Projects that are alternatives of or similar to async

hunt
A refined core library for D programming language. The module has concurrency / collections / event / io / logging / text / serialization and more.
Stars: ✭ 86 (+273.91%)
Mutual labels:  asynchronous
workerman
An asynchronous event driven PHP socket framework. Supports HTTP, Websocket, SSL and other custom protocols. PHP>=5.4.
Stars: ✭ 10,005 (+43400%)
Mutual labels:  asynchronous
TaskManager
A C++14 Task Manager / Scheduler
Stars: ✭ 81 (+252.17%)
Mutual labels:  asynchronous
redux-auto
Automatically generate Redux stories and actions from your folder and file structure
Stars: ✭ 43 (+86.96%)
Mutual labels:  asynchronous
Anjani
🤖 Telegram group management bot with spam protection
Stars: ✭ 45 (+95.65%)
Mutual labels:  asynchronous
cleverapi
Python API для игры Клевер от ВКонтакте / Python API for quiz game Clever
Stars: ✭ 12 (-47.83%)
Mutual labels:  asynchronous
HULK-v3
Asynchronous HTTP Botnet for Distributed Denial of Service (DDoS)
Stars: ✭ 152 (+560.87%)
Mutual labels:  asynchronous
async-chainable
An extension to Async adding better handling of mixed Series / Parallel tasks via object chaining
Stars: ✭ 25 (+8.7%)
Mutual labels:  asynchronous
neuron.nvim
Make neovim the best note taking application
Stars: ✭ 340 (+1378.26%)
Mutual labels:  asynchronous
remoting
Jetlang Remoting - asynchronous distributed messaging
Stars: ✭ 27 (+17.39%)
Mutual labels:  asynchronous
cephgeorep
An efficient unidirectional remote backup daemon for CephFS.
Stars: ✭ 27 (+17.39%)
Mutual labels:  asynchronous
py3tftp
An asynchronous TFTP server in pure Python 3.5
Stars: ✭ 39 (+69.57%)
Mutual labels:  asynchronous
react-cool-form
😎 📋 React hooks for forms state and validation, less code more performant.
Stars: ✭ 246 (+969.57%)
Mutual labels:  asynchronous
advanced-web-developer-bootcamp-notes-examples-and-exercises
Examples and Exercises compiled. From the awesome Advanced Web Developer Bootcamp
Stars: ✭ 24 (+4.35%)
Mutual labels:  asynchronous
RingBuffer
Classic ringbuffer with optional Stream interface
Stars: ✭ 53 (+130.43%)
Mutual labels:  asynchronous
duckpy
A simple Python library for searching on DuckDuckGo.
Stars: ✭ 20 (-13.04%)
Mutual labels:  asynchronous
fs2-mail
asynchronous library for sending and receiving mail via fs2._
Stars: ✭ 39 (+69.57%)
Mutual labels:  asynchronous
AppListManager
📱 AppListManager (Android Library) makes managing application and activity lists easy.
Stars: ✭ 59 (+156.52%)
Mutual labels:  asynchronous
asyncio-socks-server
A SOCKS proxy server implemented with the powerful python cooperative concurrency framework asyncio.
Stars: ✭ 154 (+569.57%)
Mutual labels:  asynchronous
aioconnectors
Simple secure asynchronous message queue
Stars: ✭ 17 (-26.09%)
Mutual labels:  asynchronous

slog-async - Asynchronous drain for slog-rs

Travis CI Build Status slog-async on crates.io slog-rs Gitter Chat slog-rs Dependency Status

For more information, help, to report issues etc. see slog-rs.

Note: Unlike other logging solutions slog-rs does not have a hardcoded async logging implementation. This crate is just a reasonable reference implementation. It should have good performance and work well in most use cases. See documentation and implementation for more details.

It's relatively easy to implement custom slog-rs async logging. Feel free to use this one as a starting point.

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