mbien commented on PR #5716: URL: https://github.com/apache/netbeans/pull/5716#issuecomment-1483829659
patch looks good. An alternative approach for something like this could be to use SLF4J bridges, since the project has a bridge for almost everything. In this particular case: `log4j-over-slf4j` + `slf4j-jdk14` this would map log4j 1 to slf4j and use the weirdly named `slf4j-jdk14` impl as "logging impl", which is actually a bridge to `java.util.logging`. https://www.slf4j.org/legacy.html#log4j-over-slf4j + https://www.slf4j.org/manual.html#projectDep (scrolll down to `slf4j-jdk14`) -- 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] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
