| Crates.io | log-tracing-layer |
| lib.rs | log-tracing-layer |
| version | 0.6.0 |
| created_at | 2023-01-29 23:39:06.129287+00 |
| updated_at | 2025-08-19 18:48:48.470901+00 |
| description | Build your own custom tracing layer. |
| homepage | |
| repository | https://github.com/robertohuertasm/log-tracing-layer |
| max_upload_size | |
| id | 771282 |
| size | 31,680 |
A tracing layer for logging events.
This is just a base library that can be used to create a custom tracing layer.
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.