
Hi, We are developing a common application logging framework across the platform using Slf4j and Logback. One of the application implementer's EAI product tool is also using Slf4j (1.5.2) but binding is with Log4j Is there any direct or indirect way of implementing both log4j and logback. We don't have control over the product's logging, at the same time we want to loose the features of logback in our custom common logging framework for the platform. Is there any alternative approach available to support multiple bindings in Slf4j. Please share your thought process. -- View this message in context: http://logback.10977.n7.nabble.com/Multiple-Binding-tp13060.html Sent from the Developer mailing list archive at Nabble.com.

Is there any direct or indirect way of implementing both log4j and logback.
See http://www.slf4j.org/legacy.html#log4j-over-slf4j .
We don't have control over the product's logging,
Well, you need to replace log4j.jar with log4j-over-slf4j.jar in the classpath, so you need to control its classpath. If you don't, the situation is much more complicated than usual and we'd need to know what aspects of the situation you control.
Is there any alternative approach available to support multiple bindings in Slf4j.
slf4j supports that out of the box.
participants (2)
-
Durchholz, Joachim
-
Siva