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

Helper class for testing java.util.logging code #400

Closed
karstenspang opened this issue Jun 10, 2023 · 0 comments · Fixed by #401
Closed

Helper class for testing java.util.logging code #400

karstenspang opened this issue Jun 10, 2023 · 0 comments · Fixed by #401
Milestone

Comments

@karstenspang
Copy link

For my own project mockjdbc, I wrote a small helper class for testing code using java.util.logging with SLF4J Test. It is needed because, contrary to other SLF4J bridges, it is not enough to add jul-to-slf4j to the test classpath.

I thought it better that it was part of SLF4J Test, so it could benefit others.

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

Successfully merging a pull request may close this issue.

2 participants