Skip to content
/ async Public

Asynchronous drain for slog-rs v2

License

Apache-2.0 and 2 other licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
MPL-2.0
LICENSE-MPL2
Notifications You must be signed in to change notification settings

slog-rs/async

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c2040ac · Aug 26, 2023

History

95 Commits
Aug 26, 2023
Feb 18, 2017
Mar 6, 2017
Feb 18, 2017
Oct 21, 2016
Feb 18, 2017
Aug 26, 2023
Aug 26, 2023
Sep 7, 2018
Sep 7, 2018
Oct 21, 2016
Oct 21, 2016
Feb 3, 2020
Jul 29, 2021
Jun 16, 2023

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.