Skip to content

[FEAT] Logger 모듈 구현#12

Merged
khyeji98 merged 10 commits into
developfrom
feat/#10
Apr 24, 2026
Merged

[FEAT] Logger 모듈 구현#12
khyeji98 merged 10 commits into
developfrom
feat/#10

Conversation

@duthd3
Copy link
Copy Markdown
Collaborator

@duthd3 duthd3 commented Apr 20, 2026

Summary

• Log 유틸을 os​_log → Logger API로 리팩토링
• 로그 레벨 추가 (debug, info, error)
• Logger 인스턴스를 static let으로 1회 생성하여 재사용
• CVar​Arg 캐스팅 제거, 모든 타입 로그 출력 가능
• Interceptor, KeyChainManager의 print 호출을 Log​.debug로 전환
• Release 빌드에서 로그가 노출되지 않도록 #if ​DEBUG 적용
• develop 브랜치 병합 및 충돌 해결

Usage

import Utill

Log.debug("API 호출 시작")           // 개발 중 값 확인
Log.info("로그인 플로우 시작")         // 흐름 추적
Log.error("토큰 갱신 실패: \(error)") // 에러 기록

khyeji98 and others added 7 commits April 9, 2026 02:00
Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Claude <noreply@anthropic.com>
…y 상수 관리

Co-Authored-By: Claude <noreply@anthropic.com>
[FEAT] 네트워크 베이스 모듈 설계
Co-Authored-By: Claude <noreply@anthropic.com>
@duthd3 duthd3 changed the title [FEAT] [FEAT] Logger 모듈 구현 Apr 20, 2026
@duthd3 duthd3 self-assigned this Apr 21, 2026
@duthd3 duthd3 added the feature New feature or request label Apr 21, 2026
@khyeji98 khyeji98 self-requested a review April 21, 2026 15:10
Copy link
Copy Markdown
Collaborator

@khyeji98 khyeji98 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Logger API 대신, osLog를 사용하신 의도가 있는지 궁금합니다!

duthd3 and others added 2 commits April 24, 2026 21:46
@khyeji98 khyeji98 merged commit 2438db0 into develop Apr 24, 2026
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants