
http://bugzilla.slf4j.org/show_bug.cgi?id=163 --- Comment #33 from Ceki Gulcu <lists@slf4j.org> 2010-03-31 10:41:29 --- As far as I know, dependency injection frameworks such as guice, spring and weld already handle annotation based logger injection. I am sure there are others. It seems more reasonable to let them deal with logger injection via annotations. Any approach SLF4J comes up with using the java language will entail either byte code decoration or interfering with the lifecycle of objects. Both approaches are too heavy handed imo. In scala in contrast, this problem could be handled with a logging trait in a single line of code as is done in scalate. -- Configure bugmail: http://bugzilla.slf4j.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.