<div dir="ltr"><div>Hello I just want to make sure I am understanding your user manual (specifically <a href="https://www.slf4j.org/legacy.html">https://www.slf4j.org/legacy.html</a>) correctly:</div><div><br></div><div>Sounds like if I put the following JARs on my runtime classpath I can pump logs made from other logging systems and send them to the same SLF4J appenders my app is using:</div><div><ul><li><span style="font-family:monospace">jcl-over-slf4j.jar</span> --> JCL</li><li><span style="font-family:monospace">log4j-over-slf4j.jar</span> --> Log4J</li><li><span style="font-family:monospace">jul-to-slf4j.jar</span> --> JUL</li><ul><li>requires I call two <span style="font-family:monospace">SLF4JBridgeHandler</span> methods (<span style="font-family:monospace">removeHandlersForRootLogger()</span> and <span style="font-family:monospace">install()</span>) at app startup in order to work</li></ul></ul><div>Am I understanding this correctly? Thanks in advance!<br></div></div></div>