Type Definition tracing_forest::printer::PrettyPrinter

source ·
pub type PrettyPrinter = Printer<Pretty, MakeStdout>;
Expand description

A Processor that pretty-prints to stdout.

Implementations§

source§

impl PrettyPrinter

source

pub const fn new() -> Self

Returns a new PrettyPrinter that pretty-prints to stdout.

Use Printer::formatter and Printer::writer for custom configuration.

Trait Implementations§

source§

impl Default for PrettyPrinter

source§

fn default() -> Self

Returns the “default value” for a type. Read more