Struct tracing_subscriber::fmt::format::Pretty [−][src]
pub struct Pretty { /* fields omitted */ }This is supported on crate feature
fmt only.Expand description
An excessively pretty, human-readable event formatter.
Implementations
Sets whether the event’s source code location is displayed.
This defaults to true.
Trait Implementations
Format the provided fields to the provided writer, returning a result.
Auto Trait Implementations
impl RefUnwindSafe for Pretty
impl UnwindSafe for Pretty
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more