valfirst / slf4j-test

Implementation of SLF4J which allows easy access to logging events in tests
https://valfirst.github.io/slf4j-test/
MIT License
30 stars 10 forks source link

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

Closed karstenspang closed 1 year ago

karstenspang commented 1 year ago

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.