#logging-tracing #tracing #log #logging #logging-framework

no-std tracing-log

Provides compatibility between tracing and the log crate

9 releases

0.2.0 Oct 25, 2023
0.1.3 Apr 21, 2022
0.1.2 Feb 19, 2021
0.1.1 Oct 29, 2019
0.0.0 Jun 27, 2019

#229 in Debugging

Download history 501091/week @ 2023-12-23 820937/week @ 2023-12-30 1056331/week @ 2024-01-06 1106783/week @ 2024-01-13 1134936/week @ 2024-01-20 1226564/week @ 2024-01-27 1262726/week @ 2024-02-03 1286192/week @ 2024-02-10 1306464/week @ 2024-02-17 1382483/week @ 2024-02-24 1398881/week @ 2024-03-02 1336584/week @ 2024-03-09 1351074/week @ 2024-03-16 1333325/week @ 2024-03-23 1371282/week @ 2024-03-30 1125140/week @ 2024-04-06

5,394,576 downloads per month
Used in 7,102 crates (194 directly)

MIT license

225KB
3.5K SLoC

Tracing — Structured, application-level diagnostics

tracing-log

log compatibility for tracing.

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

Documentation | Chat (discord)

Overview

tracing is a framework for instrumenting Rust programs with context-aware, structured, event-based diagnostic information. This crate provides compatibility layers for using tracing alongside the logging facade provided by the log crate.

This crate provides:

Compiler support: requires rustc 1.56+

Supported Rust Versions

Tracing is built against the latest stable release. The minimum supported version is 1.56. 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

~72–420KB