Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BLOOM-069] Logger 전역 등록 #71

Merged
merged 2 commits into from
Aug 21, 2024
Merged

[BLOOM-069] Logger 전역 등록 #71

merged 2 commits into from
Aug 21, 2024

Conversation

stophwan
Copy link
Member

Close #69

How

  • companion object를 통해 전역적으로 Logger를 설정했습니다.

Result

  • 매 class에 private val log: Logger = LoggerFactory.getLogger(javaClass)와 같이 Logger를 설정할 필요가 없습니다.

@stophwan stophwan added the 🌱 feat Suggest a new feature or enhancement label Aug 20, 2024
@stophwan stophwan self-assigned this Aug 20, 2024
@stophwan stophwan requested a review from Dompoo as a code owner August 20, 2024 17:14
Copy link
Collaborator

@Dompoo Dompoo left a comment

Choose a reason for hiding this comment

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

우와 싱기방기 하네요 👍

@stophwan stophwan merged commit e6fc9af into main Aug 21, 2024
1 check passed
@stophwan stophwan deleted the feat/logger branch August 21, 2024 05:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🌱 feat Suggest a new feature or enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[feat] Logger 설정
2 participants