pombreda / google-guice

Automatically exported from code.google.com/p/google-guice
Apache License 2.0
0 stars 1 forks source link

Logger should be injected into static members #762

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
While guice has built-in support for injecting java.util.logging.Logger into 
instance fields, it does no such thing for static fields.

Please inject static loggers when a type is first encountered.

Original issue reported on code.google.com by mwisnicki@gmail.com on 14 Aug 2013 at 10:10

GoogleCodeExporter commented 9 years ago
Patches are gladly accepted!

Original comment by sberlin on 5 Dec 2013 at 10:50