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

#409 refactor XRLogger #419

Merged
merged 1 commit into from
Oct 14, 2024
Merged

#409 refactor XRLogger #419

merged 1 commit into from
Oct 14, 2024

Conversation

asolntsev
Copy link
Contributor

  • make field non-nullable: XRLog.loggerImpl
  • remove unneeded lazy evaluation (and field XRLog.initPending)
  • remove unneeded method XRLog.main

Ideally, I would like to replace all this custom logging code by (de-facto standard) SLF4J.

* make field non-nullable: `XRLog.loggerImpl`
* remove unneeded lazy evaluation (and field `XRLog.initPending`)
* remove unneeded method `XRLog.main`

Ideally, I would like to replace all this custom logging code by (de-facto standard) SLF4J.
@asolntsev asolntsev self-assigned this Oct 12, 2024
@asolntsev asolntsev added this to the 9.10.0 milestone Oct 12, 2024
@asolntsev asolntsev requested a review from pbrant October 12, 2024 15:52
@asolntsev asolntsev merged commit ad0f0b1 into main Oct 14, 2024
4 checks passed
@asolntsev asolntsev deleted the refactor/logging branch October 14, 2024 07:26
Copy link
Member

@pbrant pbrant left a comment

Choose a reason for hiding this comment

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

Looks good to me. I agree it would be nice to use slf4j too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants