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

#452 in Development tools

Download history 78/week @ 2024-09-25 43/week @ 2024-10-02 36/week @ 2024-10-09 55/week @ 2024-10-16 15/week @ 2024-10-23 13/week @ 2024-10-30 14/week @ 2024-11-06 22/week @ 2024-11-13 20/week @ 2024-11-20 19/week @ 2024-11-27 111/week @ 2024-12-04 65/week @ 2024-12-11 16/week @ 2024-12-18 6/week @ 2024-12-25 2/week @ 2025-01-01 34/week @ 2025-01-08

62 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–12MB
~119K SLoC