You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltaspike.apache.org by "Mark Struberg (Commented) (JIRA)" <ji...@apache.org> on 2012/03/19 11:51:38 UTC

[jira] [Commented] (DELTASPIKE-122) producer for logger

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

Mark Struberg commented on DELTASPIKE-122:
------------------------------------------

Injection into static fields is not supported in CDI-1.0.

Also this has a ton of other implications...
Gerhard, didn't we have a JIRA for a Logger discussion already?
                
> 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: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira