finmlkit.utils.log module¶ finmlkit.utils.log.get_logger(name: str)[source]¶ Returns a logger for the given module name, ensuring logging is configured. finmlkit.utils.log.setup_logging()[source]¶ Sets up logging configuration with separate console and file handlers. Console logs go to stdout while file logs are stored in the directory specified by LOG_FILE_PATH.