tracing-fmt 0.0.1-alpha.3

A (currently experimental) `tracing` subscriber that formats and logs trace data
Documentation

tracing-fmt

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.

Crates.io Documentation MIT licensed Build Status Gitter chat

Documentation | Chat

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 Events and Spans 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.