11 releases

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

#582 in Development tools

Download history 1/week @ 2024-01-13 116/week @ 2024-01-20 91/week @ 2024-01-27 112/week @ 2024-02-03 18/week @ 2024-02-10 21/week @ 2024-02-17 48/week @ 2024-02-24 35/week @ 2024-03-02 170/week @ 2024-03-09 133/week @ 2024-03-16 5/week @ 2024-03-23 32/week @ 2024-03-30 12/week @ 2024-04-06 8/week @ 2024-04-13

60 downloads per month
Used in dd-tracing-layer

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–7MB
~120K SLoC