[−][src]Module tracing_subscriber::fmt
A Subscriber for formatting and logging tracing data.
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.
Modules
| format | Formatters for logging |
| time | Formatters for event timestamps. |
| writer | Abstractions for creating |
Structs
| Builder | Configures and constructs |
| Context | Represents the |
| Subscriber | A |
Traits
| FormatEvent | A type that can format a tracing |
| MakeWriter | A type that can create |
| NewVisitor | A type that can construct a new field visitor for formatting the fields on a span or event. |