#subscriber #tracing #logging-tracing

no-std tracing-subscriber

Utilities for implementing and composing tracing subscribers

58 releases

0.3.18 Nov 13, 2023
0.3.17 Apr 22, 2023
0.3.16 Oct 6, 2022
0.3.15 Jul 20, 2022
0.0.1-alpha.1 Jul 30, 2019

#10 in Debugging

Download history 855904/week @ 2023-11-21 986742/week @ 2023-11-28 967754/week @ 2023-12-05 1031906/week @ 2023-12-12 817922/week @ 2023-12-19 512067/week @ 2023-12-26 955497/week @ 2024-01-02 1050948/week @ 2024-01-09 1129647/week @ 2024-01-16 1126777/week @ 2024-01-23 1204701/week @ 2024-01-30 1197881/week @ 2024-02-06 1203380/week @ 2024-02-13 1259061/week @ 2024-02-20 1296157/week @ 2024-02-27 1063382/week @ 2024-03-05

5,030,736 downloads per month
Used in 7,333 crates (3,187 directly)

MIT license

1MB
17K SLoC

Tracing — Structured, application-level diagnostics

tracing-subscriber

Utilities for implementing and composing tracing subscribers.

Crates.io Documentation Documentation (master) MIT licensed Build Status Discord chat maintenance status

Documentation | Chat

Compiler support: requires rustc 1.63+

Supported Rust Versions

Tracing is built against the latest stable release. The minimum supported version is 1.63. The current Tracing version is not guaranteed to build on Rust versions earlier than the minimum supported version.

Tracing follows the same compiler support policies as the rest of the Tokio project. The current stable Rust compiler and the three most recent minor versions before it will always be supported. For example, if the current stable compiler version is 1.69, the minimum supported version will not be increased past 1.66, three minor versions prior. Increasing the minimum supported compiler version is not considered a semver breaking change as long as doing so complies with this policy.

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

~0.1–8MB
~37K SLoC