hyloa.utils.logging_setup module

Code for logger setup

hyloa.utils.logging_setup.setup_logging(log_file)[source]

Configures logging to the specified file.

Parameters:

log_file (str) – Path to the log file.

hyloa.utils.logging_setup.start_logging(app_instance, parent_widget=None)[source]

Starts the logging session by selecting a file and configuring the logger.

Parameters:
  • app_instance (MainApp) – Instance of the main application class

  • parent_widget (QWidget) – The parent window for dialog placement (optional)