Module tracing_forest::tree

source ·
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

Enums

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