Jason van Zyl created MNG-5344:
----------------------------------
Summary: Allow the SLF4J loggers to be @Injected
Key: MNG-5344
URL: https://jira.codehaus.org/browse/MNG-5344
Project: Maven 2 & 3
Issue Type: New Feature
Environment:
Reporter: Jason van Zyl
SLF4J is being used by 15 Apache projects and counting[1] is a good API for logging, has many
implementations and Sisu/Guice has support for @Injecting them which makes it convenient in
extensions and plugins.
The MavenCLI needs to be cleaned up and when a default implementation is picked the logging
mechanism can be simplified and all Plexus logger and SLF4J logger instsances can all be routed
through the same mechanism.
[1]: http://slf4j.org
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
|