errael commented on issue #8240: URL: https://github.com/apache/netbeans/issues/8240#issuecomment-2658101885
> If this is touched, other logging frameworks should also be considered. SLF4J/Log4J2/Logback/commons-logging all can be valid selections for logging. It would be good if this would be per project. Before `Java 9` I would 100% agree. But now, doesn't `System.Logger` make all of these selectable at run-time rather than hard-coding? An anecdote along these lines: There a library project I occasionally work on which used `log4j2`. I finally convinced the owner that `System.Logger` was a superior choice. Wrote some jackpot and converted the code base (with some `sed` assist). Nice that the original log4j config files still worked and the output looked the same. -- 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: notifications-unsubscr...@netbeans.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org For additional commands, e-mail: notifications-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists