12 unstable releases (3 breaking)

0.4.0 Sep 18, 2024
0.3.0 Dec 24, 2023
0.2.0 Oct 4, 2023
0.1.8 Sep 20, 2023
0.1.3 Jan 31, 2023

#445 in Development tools

Download history 87/week @ 2024-07-29 24/week @ 2024-08-05 39/week @ 2024-08-12 104/week @ 2024-08-19 65/week @ 2024-08-26 20/week @ 2024-09-02 58/week @ 2024-09-09 166/week @ 2024-09-16 93/week @ 2024-09-23 34/week @ 2024-09-30 42/week @ 2024-10-07 51/week @ 2024-10-14 31/week @ 2024-10-21 7/week @ 2024-10-28 18/week @ 2024-11-04 17/week @ 2024-11-11

80 downloads per month
Used in 2 crates

MIT license

11KB
191 lines

log-tracing-layer

license crates.io docs.rs

A tracing layer for logging events.

This is just a base library that can be used to create a custom tracing layer.

Libraries using this crate

How to use it

Feel free to look at the dd-tracing-layer crate to see how to use this crate, but basically, you need to provide a LogIngestor implementation.


lib.rs:

A tracing layer for logging events.

This is a base library that can be used to create a custom tracing layer.

Libraries using this crate

How to use it

Feel free to look at the dd-tracing-layer crate to see how to use this crate, but basically, you need to provide a LogIngestor implementation.

Dependencies

~5–11MB
~120K SLoC