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
So I'm trying to write a slf4j Logger provider for my app using Guice's custom injections, but when I try to use the injected instance in my resource class it's always null. Is there any extra setup needed for this to work besides what's in the link?
edit: I've also tried using sli4j, didn't work. Btw I'm using latest Java 7 and dropwizard-guice 0.8.1.0.
Thanks!
The text was updated successfully, but these errors were encountered:
So I'm trying to write a slf4j Logger provider for my app using Guice's custom injections, but when I try to use the injected instance in my resource class it's always null. Is there any extra setup needed for this to work besides what's in the link?
edit: I've also tried using sli4j, didn't work. Btw I'm using latest Java 7 and dropwizard-guice 0.8.1.0.
Thanks!
The text was updated successfully, but these errors were encountered: