tracing-log

Crates.iotracing-log
lib.rstracing-log
version0.2.0
sourcesrc
created_at2019-06-27 22:04:20.989322
updated_at2023-10-25 17:01:37.024993
descriptionProvides compatibility between `tracing` and the `log` crate.
homepagehttps://tokio.rs
repositoryhttps://github.com/tokio-rs/tracing
max_upload_size
id144097
size66,560
Publish tracing (github:tokio-rs:publish-tracing)

documentation

README

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.

Commit count: 1372

cargo fmt