Expand description
Logging and progress reporting system for LangExtract.
This module provides a unified system for logging and progress reporting that can be controlled by library users and CLI applications.
Structs§
- Console
Progress Handler - Console progress handler that outputs to stdout
- LogProgress
Handler - Logger that integrates with the standard log crate
- Silent
Progress Handler - Silent progress handler that does nothing
Enums§
- Progress
Event - Progress event types for different stages of processing
Traits§
- Progress
Handler - Trait for handling progress events
Functions§
- init_
progress_ handler - Initialize the global progress handler
- report_
progress - Report a progress event