Thank You, I will investigate the options for using SLF4J.
still, my first question, a broader conceptual question, do you think it is better for Loggers to be injected in the constructor, or injected in a field ? what is the best practice on this ? I have this feeling that using constructor injection on the constructor for our each and every class, would result in code bloat, and conceptually wrong, cause it is a cross cutting concern, and not a real meaningful dependency. what do you think ? Thank You -- You received this message because you are subscribed to the Google Groups "google-guice" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-guice?hl=en.
