We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
First of all, thank you for maintaining this very useful utility!
Unfortunately, starting with SLF4J 2.0, it doesn't work anymore. SLF4J 2.0 changed the way it discovers implementations. Quoting from their documentation:
Instead of "bindings" now org.slf4j.LoggerFactory searches for "providers".
Although I'm not an expert on SLF4J, I managed to implement such a provider. If you're open to such a contribution, I can create a PR for it.
The text was updated successfully, but these errors were encountered:
@mthmulders here is a fork with SLF4J 2.0 support: https://github.com/valfirst/slf4j-test
Sorry, something went wrong.
This is also an alternative for slf4j-test which works with slf4j 2.0 https://github.com/Hakky54/log-captor
No branches or pull requests
First of all, thank you for maintaining this very useful utility!
Unfortunately, starting with SLF4J 2.0, it doesn't work anymore. SLF4J 2.0 changed the way it discovers implementations. Quoting from their documentation:
Although I'm not an expert on SLF4J, I managed to implement such a provider. If you're open to such a contribution, I can create a PR for it.
The text was updated successfully, but these errors were encountered: