Warning: Until tracing-fmt
has a 0.1.0 release on crates.io, please treat every release as potentially breaking.
A (currently experimental) tracing
subscriber
that formats, colors, and logs trace data.
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 Event
s
and Span
s 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.