File: README.md

package info (click to toggle)
rust-slog-async 2.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 176 kB
  • sloc: makefile: 57
file content (31 lines) | stat: -rw-r--r-- 1,218 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# slog-async - Asynchronous drain for [slog-rs][slog-rs]

<p align="center">
  <a href="https://travis-ci.org/slog-rs/async">
      <img src="https://img.shields.io/travis/slog-rs/async/master.svg" alt="Travis CI Build Status">
  </a>

  <a href="https://crates.io/crates/slog-async">
      <img src="https://img.shields.io/crates/d/slog-async.svg" alt="slog-async on crates.io">
  </a>

  <a href="https://gitter.im/dpc/slog-async">
      <img src="https://img.shields.io/gitter/room/dpc/slog-rs.svg" alt="slog-rs Gitter Chat">
  </a>

  <a href="https://deps.rs/repo/github/slog-rs/async">
        <img src="https://deps.rs/repo/github/slog-rs/async/status.svg" alt="slog-rs Dependency Status">
  </a>
</p>

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