log4j2 API and JUL logging framework

Usha Nayak <[email protected]> Tue, 24 Jan 2023 18:01:16 -0500
Newsgroups gmane.comp.jakarta.log4j.user
Message-ID <CABrHGU87a=q-O-S_yhq8fE9GWG6hycwhe2Kt9qhhABJgY5qaSQ@mail.gmail.com>
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
the same logging framework implementation (JUL) ?

Any help greatly appreciated

Thanks