Module printer

Source
Expand description

Utilities for formatting and writing trace trees.

Structs§

MakeStderr
A MakeWriter that writes to stderr.
MakeStdout
A MakeWriter that writes to stdout.
Pretty
Format logs for pretty printing.
Printer
A Processor that formats and writes logs.
TestCapturePrinter
A Processor that captures logs during tests and allows them to be presented when –nocapture is used.

Traits§

Formatter
Format a Tree into a String.

Type Aliases§

PrettyPrinter
A Processor that pretty-prints to stdout.