You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: