로그2 logging (파이썬 로깅 모듈) 00 개요회사에서 코드 분석하고 있는데 logging에 관한 코드가 너무 너무너무너무넘누머누 많이 나와서 잘 알아야겠다 하여 이해만 하고 넘어가는 것보다 제대로 정리하고자 함01 Logging이란1. Logging 정의Logging is a means of tracking events (이벤트 추적) that happen when some software runs. The software’s developer adds logging calls to their code to indicate that certain events have occurred. An event is described by a descriptive message which can optionally contain variable da.. 2024. 7. 10. 로그 레벨 (log4j) 01 log4j란1. 정의 Java logging framework (composed of an API, its implementations, and components to assist the deployment for various use cases)Apache Log4j는 자바 기반의 로깅 유틸리티로서 Apache Software Foundation의 한 프로젝트인 Apache Logging Services의 일부분이다 (Ceki Gülcü가 작성)2. 로그 레벨 단계: ALL < TRACE < DEBUG < INFO < WARN < ERROR < FATAL < OFF Logger의 setLevel에서 지정된 로그 레벨 미만의 로깅 이벤트 무시됨 예) # 코드 내에 다음과 같이 지정되어 있다면 lo.. 2024. 5. 7. 이전 1 다음