--
You received this message because you are subscribed to the Google Groups "google-guice" group.
To post to this group, send email to google...@googlegroups.com.
To unsubscribe from this group, send email to google-guice...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-guice?hl=en.
--
--
because I don't want to use slf4j
--
You'll need to employ a custom injection to get it working
(http://code.google.com/p/google-guice/wiki/CustomInjections). It is
possible to still use the normal @Inject annotation with some
additional checks using reflection to make the integration a little
simpler. YMMV.
Hope this helps. I did something similar previously for a contract
where the company decided on writing their own logger (why?) and
wanted it injected.