Conversation
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>
khyeji98
reviewed
Apr 21, 2026
Collaborator
khyeji98
left a comment
There was a problem hiding this comment.
Logger API 대신, osLog를 사용하신 의도가 있는지 궁금합니다!
Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
• Log 유틸을 os_log → Logger API로 리팩토링
• 로그 레벨 추가 (debug, info, error)
• Logger 인스턴스를 static let으로 1회 생성하여 재사용
• CVarArg 캐스팅 제거, 모든 타입 로그 출력 가능
• Interceptor, KeyChainManager의 print 호출을 Log.debug로 전환
• Release 빌드에서 로그가 노출되지 않도록 #if DEBUG 적용
• develop 브랜치 병합 및 충돌 해결
Usage