mbien commented on issue #8240:
URL: https://github.com/apache/netbeans/issues/8240#issuecomment-2661561782

   > IIUC, JUL can not be a bridge source;
   
   ```xml
       <dependencies>
           <dependency>
               <groupId>org.slf4j</groupId>
               <artifactId>jul-to-slf4j</artifactId>
               <version>2.0.16</version>
           </dependency>
           <dependency>
               <groupId>org.apache.logging.log4j</groupId>
               <artifactId>log4j-slf4j-impl</artifactId>
               <version>2.24.3</version>
           </dependency>
       </dependencies>
   ```
   
   > If NB want to support code generation for 3rd party logging, 
   
   then it can offer more options for the code gen actions - sure.


-- 
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

Reply via email to