pub struct Compact;This is supported on crate features
fmt and std only.Expand description
Marker for Format that indicates that the compact log format should be used.
The compact format includes fields from all currently entered spans, after
the event’s fields. Span fields are not grouped by span, and span names are
not shown. In addition, a more compact representation of each event’s
Level is used.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Compact
impl UnwindSafe for Compact
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
