Expand description

The core tree structure of tracing-forest.

This module provides methods used for log inspection when using capture. It consists of three types: Tree, Span, and Event.

Structs

A leaf node in the log tree carrying information about a Tracing event.
Error returned by Tree::span.
A key-value pair recorded from trace data.
An internal node in the log tree carrying information about a Tracing span.

Enums

A node in the log tree, consisting of either a Span or an Event.