You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2022/11/02 15:26:35 UTC

[GitHub] [maven-dependency-analyzer] Koziolek commented on pull request #71: [MSHARED-1149] – Replace System.out by logger

Koziolek commented on PR #71:
URL: https://github.com/apache/maven-dependency-analyzer/pull/71#issuecomment-1300675875

   Ok, I found this » https://maven.apache.org/maven-logging.html
   
   > We have reached the decision that [SLF4J](http://slf4j.org/) is the best option for a logging API: SLF4J has reached a certain level of ubiquity and while SLF4J may not be perfect, it's the de facto standard and it's pointless to try and remake another one.
   > …
   > The standard Maven distribution, from Maven 3.1.0 onward, uses the [SLF4J API](https://www.slf4j.org/apidocs/) for logging combined with the [SLF4J Simple](https://www.slf4j.org/apidocs/org/slf4j/impl/SimpleLogger.html) implementation. Future versions may use a more advanced implementation, but we chose to start simple.
   
   So… First solution looks OK. 
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org