Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/slog-rs/async
Asynchronous drain for slog-rs v2
https://github.com/slog-rs/async
async asynchronous logging slog-rs
Last synced: 5 days ago
JSON representation
Asynchronous drain for slog-rs v2
- Host: GitHub
- URL: https://github.com/slog-rs/async
- Owner: slog-rs
- License: apache-2.0
- Created: 2017-02-16T06:26:38.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-03-16T22:59:18.000Z (11 months ago)
- Last Synced: 2025-01-20T18:09:20.019Z (13 days ago)
- Topics: async, asynchronous, logging, slog-rs
- Language: Rust
- Size: 96.7 KB
- Stars: 28
- Watchers: 5
- Forks: 24
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# slog-async - Asynchronous drain for [slog-rs][slog-rs]
For more information, help, to report issues etc. see [slog-rs][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.[slog-rs]: //github.com/slog-rs/slog