#tracing #logging-tracing #logging #tracing-subscriber #fmt #diagnostics #format

deprecated tracing-fmt

A tracing subscriber that formats and logs trace data. Moved to the tracing-subscriber crate.

4 releases

0.1.1 Sep 4, 2019
0.1.0 Jun 27, 2019
0.0.1-alpha.3 Aug 13, 2019
0.0.1-alpha.2 Aug 1, 2019
0.0.1-alpha.1 Jul 19, 2019

#57 in #fmt

Download history 294/week @ 2023-11-29 237/week @ 2023-12-06 93/week @ 2023-12-13 50/week @ 2023-12-20 7/week @ 2023-12-27 45/week @ 2024-01-03 228/week @ 2024-01-10 300/week @ 2024-01-17 304/week @ 2024-01-24 300/week @ 2024-01-31 323/week @ 2024-02-07 307/week @ 2024-02-14 180/week @ 2024-02-21 212/week @ 2024-02-28 382/week @ 2024-03-06 523/week @ 2024-03-13

1,348 downloads per month
Used in 2 crates

MIT license

1MB
12K SLoC

tracing-fmt

Note: This library is now part of the tracing-subscriber crate. This crate now re-exports its public API from tracing-subscriber. Using tracing-fmt is now deprecated; users are encouraged to use the APIs in this library from their new home in tracing-subscriber::fmt.

Crates.io Documentation MIT licensed Build Status Gitter chat deprecated

Documentation | Chat

Overview

tracing is a framework for instrumenting Rust programs with context-aware, structured, event-based diagnostic information. This crate provides an implementation of the Subscriber trait that records tracing's Events and Spans by formatting them as text and logging them to stdout.

License

This project is licensed under the MIT license.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Tracing by you, shall be licensed as MIT, without any additional terms or conditions.

Dependencies

~1.5MB
~27K SLoC