[ 
https://issues.apache.org/jira/browse/DELTASPIKE-122?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13476196#comment-13476196
 ] 

Jason Porter commented on DELTASPIKE-122:
-----------------------------------------

I'm fine NOT doing this for the reasons listed above. It's very trivial for 
users to create a producer for a logger.
                
> producer for logger
> -------------------
>
>                 Key: DELTASPIKE-122
>                 URL: https://issues.apache.org/jira/browse/DELTASPIKE-122
>             Project: DeltaSpike
>          Issue Type: New Feature
>            Reporter: Romain Manni-Bucau
>            Assignee: Gerhard Petracek
>
> Logger is generally boilerplate code:
> private static final Logger LOGGER  = LoggerFactory.getLogger(Foo.class);
> it could be very nice to get the logger injected by cdi:
> @Inject private Logger logger;
> Then it could be enhanced providing qualifiers for several log 
> implementations (slf4j, log4j, commons-logging...)
> There is such a feature in weld (weld-clogger) and codi.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to