uschindler commented on PR #11873: URL: https://github.com/apache/lucene/pull/11873#issuecomment-1290737592
> Technically it makes sense. > > The only confusion i have is from the JEP: > > > Non-Goals > > It is not a goal to define a general-purpose interface for logging. The service interface contains only the minimal set of methods that the JDK needs for its own usage > > The way I read it, is that this is almost an internal hack to workaround module issues. Ideally we'd avoid any "internal API". Actually it is not an internal hack. It is part of java.lang.System! Yes it is to work around module issues, but it also splits logging facade from implementation. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
