Logging Module ============== The log_config module provides centralized logging configuration for the entire hiten package. This module provides centralized logging configuration for the entire hiten package, including console and file output with timestamped log files. Logging is automatically configured when this module is imported. .. currentmodule:: hiten.utils.log_config Logging Configuration --------------------- Functions for setting up logging configuration. .. autofunction:: setup_logging