# infrastructure/core/logging/ - Logging Helper Documentation

## Purpose

The `infrastructure/core/logging/` package contains shared logging setup, formatting, progress, and diagnostics helpers.

## Files

- `utils.py` - logger helpers and decorators
- `setup.py` - logging setup helpers
- `progress.py` - progress-aware logging
- `pipeline_logging.py` - pipeline log formatting
- `helpers.py` - shared logging helpers
- `formatters.py` - log formatters
- `diagnostic.py` - diagnostic logging helpers
- `constants.py` - logging constants

## See Also

- [`README.md`](README.md)
- [`../AGENTS.md`](../AGENTS.md)
