slawekjaranowski commented on PR #793:
URL: https://github.com/apache/maven/pull/793#issuecomment-1613588496

   For Maven plugins we can provide own API or abstraction ... but users can 
use third party library for implementing plugin code. 
   
   We can not expect that all code in plugins only use Maven and JDK API, thirt 
party library used in plugins code can uses any logging framework.
   
   It should not be important what logging framework is used in Maven core.
   Technically we can forward logging message from one framework to another and 
it can be transparent for plugins code.
   
   So I'm for not providing next abstraction but allow users  use some of 
commonly available frameworks, like spring-boot does: 
https://docs.spring.io/spring-boot/docs/current/reference/html/features.html#features.logging
   
   


-- 
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-unsubscr...@maven.apache.org

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

Reply via email to