[][src]Module tracing_fmt::format

Formatters for logging tracing events.

Structs

Compact

Marker for Format that indicates that the compact log format should be used.

Format

A pre-configured event formatter.

Full

Marker for Format that indicates that the verbose log format should be used.

NewRecorder
Recorder

Traits

FormatEvent

A type that can format a tracing Event for a fmt::Write.