Expand description
Logging utilities for the book data tools.
This module contains support for initializing the logging infrastucture, and for dynamically routing log messages based on whether there is an active progress bar.
Structsยง
Constantsยง
- DATA_
PROGRESS_ ๐TMPL - ITEM_
PROGRESS_ ๐TMPL - METER_
TMPL ๐
Traitsยง
- Field
Extract ๐
Functionsยง
- data_
progress - Create a progress bar for tracking data.
- item_
progress - Create a progress bar for tracking items.
- measure_
and_ recv - Fetch from a receiver while updating the length.
- measure_
and_ send - Send to a channel while updating the length.
- meter_
bar - Create a meter for monitoring pipelines.