용어 사전 coding 용어 페이지 logging 일관된 로그 출력을 만드는 표준 모듈 logging #coding#python English version 관련 개념 dataclassdatetimecollections 핵심 아이디어 logging은 프로그램 실행 중 정보를 같은 형식으로 남길 수 있게 도와주는 Python 표준 모듈입니다. 이 블로그에서의 역할 Mathbong에서는 logging을 dataclass, datetime, collections과 함께 Python 표준 라이브러리의 공통 어휘로 사용합니다. 이 개념을 다루는 글 [Python 시리즈 19편] 표준 라이브러리 탐색과 패키징 기초 dataclasses부터 pathlib, packaging 흐름까지 프로젝트를 외부 배포 준비하는 핵심 표준 도구를 묶어 소개한다.[Python Series 19] Using Python's Standard Library and Packaging Your Code Demystifies Python's essential built-in modules, explains how to structure your projects using pyproject.toml, and guides you through preparing your code for sharing with modern tools like uv.