Re: log4j2 API and JUL logging framework

2023-01-25 Thread Usha Nayak
; >test > > > > > > > > > > > > > > Next you add a minimal `log4j2.xml` to `src/test/resources` and you are > > done. > > > > It is the responsibility of the application which will be glueing all > these > > librari

Re: log4j2 API and JUL logging framework

2023-01-24 Thread Usha Nayak
g/log4j/2.x/manual/api-separation.html > > Gary > > On Tue, Jan 24, 2023, 18:31 Matt Sicker wrote: > > > That’s the log4j-to-jul module. I can’t find a link on the site, but > > here’s the module overview page: > > https://logging.apache.org/log4j/2.x/log4j-to-

log4j2 API and JUL logging framework

2023-01-24 Thread Usha Nayak
Hello All, As a library owner, if I were to use the log4j2 API and the application that uses my library has a java.util.logging ( JUL ) framework. What adapter or routing jars will be needed at runtime by application such that all the logs, both from the library and the application, end up using