👎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§
- Format
Event - A type that can format a tracing
Event
for afmt::Write
.