<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi there,<div class=""><br class=""></div><div class="">I wanted to ask, if you may think it would be a good idea to have an CDI Producer for slf4j Logger instances based on the target class? In our projects, we create each time such an instance fo do something like this:</div><div class=""><br class=""></div><div class=""><font face="Courier New" class="">public class MySpecialBean {</font></div><div class=""><font face="Courier New" class=""><span class="Apple-tab-span" style="white-space: pre;">        </span>@Inject</font></div><div class=""><font face="Courier New" class=""><span class="Apple-tab-span" style="white-space: pre;">        </span>Logger myLogger;</font></div><div class=""><font face="Courier New" class="">}</font></div><div class=""><br class=""></div><div class="">What do you think?</div><div class=""><br class=""></div><div class="">Best Regards</div><div class=""><br class=""></div><div class="">Patrick</div></body></html>