Expand description
Utilities for formatting and writing trace trees.
Structs§
- Make
Stderr - A
MakeWriter
that writes to stderr. - Make
Stdout - A
MakeWriter
that writes to stdout. - Pretty
- Format logs for pretty printing.
- Printer
- A
Processor
that formats and writes logs. - Test
Capture Printer - A
Processor
that captures logs during tests and allows them to be presented when –nocapture is used.
Traits§
Type Aliases§
- Pretty
Printer - A
Processor
that pretty-prints to stdout.