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

Add Slf4j2 Module #7

Merged
merged 2 commits into from
Jul 16, 2024
Merged

Conversation

andimiller
Copy link
Contributor

This implements the new SLF4JServiceProvider interface, and registers it with a ServiceLoader, as explained here: https://www.slf4j.org/faq.html#changesInVersion200

It depends on the old module and exposes the new interface, and will be picked up first when running on SLF4J versions 2 and above.

This implements the new SLF4JServiceProvider interface, and registers it with a ServiceLoader, as explained here: https://www.slf4j.org/faq.html#changesInVersion200

It depends on the old module and exposes the new interface, and will be picked up first when running on SLF4J versions 2 and above.
@andimiller andimiller requested a review from a team as a code owner July 5, 2024 16:13
@alejandrohdezma alejandrohdezma added the 🚀 feature New feature or improvement label Jul 5, 2024
@alejandrohdezma alejandrohdezma merged commit 824aa23 into permutive-engineering:main Jul 16, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚀 feature New feature or improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants