<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Oh … just took a look at the code … things like WorkingMemoryConsoleLogger, etc are using slf4j anyway!<div><br></div><div>So if you do wish to use them, I'm guessing you can just define a logger. i.e.:<br><div><br></div><div><div style="margin: 0px; font-size: 11px; font-family: Monaco; color: rgb(57, 51, 255); "><span style="color: #000000">&nbsp;&nbsp;</span><span style="color: #009193">&lt;</span><span style="color: #4e9192">logger</span><span style="color: #000000"> </span><span style="color: #932192">name</span><span style="color: #000000">=</span>"org.drools.audit"<span style="color: #009193">&gt;</span></div><div style="margin: 0px; font-size: 11px; font-family: Monaco; ">&nbsp; &nbsp; <span style="color: #009193">&lt;</span><span style="color: #4e9192">level</span> <span style="color: #932192">value</span>=<span style="color: #3933ff">"debug"</span><span style="color: #009193">/&gt;</span></div><div style="margin: 0px; font-size: 11px; font-family: Monaco; color: rgb(78, 145, 146); "><span style="color: #000000">&nbsp; </span><span style="color: #009193">&lt;/</span>logger<span style="color: #009193">&gt;</span></div></div><div><br></div><div><br><div><div>On 14 Sep 2012, at 14:07, Geoffrey De Smet &lt;<a href="mailto:ge0ffrey.spam@gmail.com">ge0ffrey.spam@gmail.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">The KnowledgeRuntimeLogger implements some sort of Listener interface.<br>Implement it yourself, register it and have it log to slf4j.<br>(note that will only deal with those log messages, there might be others)<br><br>Op 14-09-12 11:29, himansu.nayak schreef:<br><blockquote type="cite">hi ge0ffrey,<br>any luck in 5.4 as our enterprise application is made on top of 5.4. any<br>workaround, any dirty way of doing this<br><br>thx<br><br><br><br>-----<br>Thanks...<br>Himansu<br>--<br>View this message in context: <a href="http://drools.46999.n3.nabble.com/KnowledgeRuntimeLogger-to-slf4j-tp4019773p4019775.html">http://drools.46999.n3.nabble.com/KnowledgeRuntimeLogger-to-slf4j-tp4019773p4019775.html</a><br>Sent from the Drools: User forum mailing list archive at <a href="http://Nabble.com">Nabble.com</a>.<br>_______________________________________________<br>rules-users mailing list<br><a href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a><br>https://lists.jboss.org/mailman/listinfo/rules-users<br><br></blockquote><br>_______________________________________________<br>rules-users mailing list<br><a href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a><br>https://lists.jboss.org/mailman/listinfo/rules-users<br></blockquote></div><br></div></div></body></html>