Description
Hierarchical logs make nested numerical, build, or workflow steps easier to follow. This Python library records messages in a tree structure so callers can group progress, warnings, and results by task.
It is imported by other Python programs, not used as a separate logging viewer. Developers choose it when their application needs structured progress output without building that formatting layer themselves.