Struct tracing_subscriber::fmt::format::Pretty
source · pub struct Pretty { /* private fields */ }
Expand description
An excessively pretty, human-readable event formatter.
Implementations§
Trait Implementations§
source§impl<'writer> FormatFields<'writer> for Pretty
impl<'writer> FormatFields<'writer> for Pretty
source§fn format_fields<R: RecordFields>(
&self,
writer: &'writer mut dyn Write,
fields: R
) -> Result
fn format_fields<R: RecordFields>(
&self,
writer: &'writer mut dyn Write,
fields: R
) -> Result
Format the provided
fields
to the provided writer
, returning a result.