2016-10-25 16:11 GMT+02:00 Rainer Jung <rainer.j...@kippdata.de>: > Am 25.10.2016 um 15:49 schrieb Rémy Maucherat: > >> 2016-10-25 15:33 GMT+02:00 Romain Manni-Bucau <rmannibu...@gmail.com>: >> >> Hi guys, >>> >>> since now tomcat has Log API as a SPI doing 2 is easy ( >>> http://svn.apache.org/repos/asf/openwebbeans/microwave/ >>> trunk/microwave-core/src/main/java/org/apache/microwave/ >>> logging/tomcat/Log4j2Log.java) >>> and >>> just a drop-in jar setup so not sure it needs to be in tomcat default >>> delivery. >>> >> > I see. This sounds pretty simple. > > But if this is enough and done through reflection, it avoids the >> dependency too. >> > > Just that I understand: you mean the dependency on the Log4J jul bridge? > Or some other dependency? >
Yes, that's based on the example that was given, if the idea is to provide support for more logging frameworks: http://svn.apache.org/repos/asf/openwebbeans/microwave/trunk/microwave-core/src/main/java/org/apache/microwave/logging/tomcat/Log4j2Log.java Rémy