Module tracing_subscriber::fmt::format [−][src]
Expand description
Formatters for logging tracing events.
Structs
Marker for Format that indicates that the compact log format should be used.
The default FormatFields implementation.
The visitor produced by DefaultFields’s MakeVisitor implementation.
A FormatFields implementation that formats fields by calling a function
or closure.
The visitor produced by FieldFn’s MakeVisitor implementation.
Configures what points in the span lifecycle are logged as events.
A pre-configured event formatter.
Marker for Format that indicates that the verbose log format should be used.
Traits
A type that can format a tracing Event for a fmt::Write.
A type that can format a set of fields to a fmt::Write.
Functions
Returns a FormatFields implementation that formats fields using the
provided function or closure.
Returns the default configuration for an [event formatter].
