xiaodududu / google-guice

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

Use SLF4J instead of JUL #600

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
So that Guice is easy to integrate and diagnose

Original issue reported on code.google.com by gianmarco.gherardi on 8 Feb 2011 at 9:39

GoogleCodeExporter commented 9 years ago
No. We don't want the dependency.

Original comment by limpbizkit on 9 Feb 2011 at 5:08

GoogleCodeExporter commented 9 years ago
I understand the reason, but jul is the most difficult logging framework to 
redirect..

Original comment by gianmarco.gherardi on 9 Feb 2011 at 8:04

GoogleCodeExporter commented 9 years ago
well, onejar is really good solution, I dont think either its worth breaking it 
up just to allow pluggable logger frameworks. Guice is "just" a tool, you dont 
want to monitor it just to get a detailed info if something goes wrong, so 
setting up a file-appender with appropriate loglevel would be totally fine. For 
anything the debugger is your best friend :)

Original comment by eplisc...@gmail.com on 9 Feb 2011 at 9:00