_logger_config.py module
- _logger_config.setup_loggers(configs)
Sets up the loggers for the application using the provided configuration.
- Parameters:
configs (dict) -- Configuration dictionary containing settings such as the log directory path.
- Returns:
A tuple containing references to the 'input', 'forward', and 'inference' loggers.
- Return type:
tuple(logging.Logger, logging.Logger, logging.Logger)