pub struct Compact;
Expand description
Marker for Format
that indicates that the compact log format should be used.
The compact format only includes the fields from the most recently entered span.
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