Struct tracing_subscriber::fmt::format::Pretty [−][src]
pub struct Pretty { /* fields omitted */ }
An excessively pretty, human-readable event formatter.
Implementations
impl Pretty
[src]
impl Pretty
[src]pub fn with_source_location(self, display_location: bool) -> Self
[src]
Sets whether the event’s source code location is displayed.
This defaults to true
.
Trait Implementations
impl<'writer> FormatFields<'writer> for Pretty
[src]
impl<'writer> FormatFields<'writer> for Pretty
[src]fn format_fields<R: RecordFields>(
&self,
writer: &'writer mut dyn Write,
fields: R
) -> Result
[src]
&self,
writer: &'writer mut dyn Write,
fields: R
) -> Result
fn add_fields(
&self,
current: &'writer mut String,
fields: &Record<'_>
) -> Result
[src]
&self,
current: &'writer mut String,
fields: &Record<'_>
) -> Result
impl Eq for Pretty
[src]
impl StructuralEq for Pretty
[src]
impl StructuralPartialEq for Pretty
[src]
Auto Trait Implementations
impl RefUnwindSafe for Pretty
impl Send for Pretty
impl Sync for Pretty
impl Unpin for Pretty
impl UnwindSafe for Pretty
Blanket Implementations
impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]