[][src]Module tracing_fmt::format

Deprecated since 0.1.1:

moved to tracing-subscriber::fmt::format

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

The default implementation of NewVisitor that records fields using the default format.

Recorder

A visitor that records fields using the default format.

Traits

FormatEvent

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