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