4 releases
0.1.1 | Sep 4, 2019 |
---|---|
0.1.0 |
|
0.0.1-alpha.3 | Aug 13, 2019 |
0.0.1-alpha.2 | Aug 1, 2019 |
0.0.1-alpha.1 | Jul 19, 2019 |
#50 in #fmt
86 downloads per month
Used in 2 crates
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
.
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 Event
s
and Span
s 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
~26K SLoC