CodeHUB is a lightweight text editor developed using Python and the Tkinter library. The primary goal of this project was to create a functional and efficient text editor that can run smoothly on less ...
main.py の例外処理におけるエラーメッセージ出力を、既存のロギング基盤 (src/infrastructure/logger_setup.py) を利用した logger.error () に統一します。 これは、申し送り事項集約Issueの項目5に対応します。