On Thu, Nov 28, 2019 at 9:46 PM Slawomir Jaranowski <[email protected]> wrote:
> I'm writing some maven plugins - some for fun and with public code but more > maven plugins I'm writing for job in my company. > > Maven from version 3.1.x use slf4j for logging. > > But plugin api still use simple logging api > org.apache.maven.plugin.logging.Log. > It will be useful to have access to more richer feature of logging task. > > What is the plan for future in this case? > - extends org.apache.maven.plugin.logging.Log in order to support slf4j > feature My personal experience suggests, that we shouldn't bind ourselves to a particular logging API. So, I'd go for this one. Jochen --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
