| Crates.io | tracing-fmt |
| lib.rs | tracing-fmt |
| version | 0.1.1 |
| created_at | 2019-06-27 22:02:16.807479+00 |
| updated_at | 2019-09-04 01:32:34.085372+00 |
| description | A `tracing` subscriber that formats and logs trace data. Moved to the `tracing-subscriber` crate. |
| homepage | https://tokio.rs |
| repository | https://github.com/tokio-rs/tracing |
| max_upload_size | |
| id | 144092 |
| size | 6,693 |
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.
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.
This project is licensed under the MIT license.
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.