<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">If your binding isn't working, try to remove it. &nbsp;If everything is working, it should say that it can't find any bindings, and is defaulting to no-op.<div><br></div><div><br><div><div>On Oct 3, 2011, at 3:43 PM, Chris Pratt wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">That should be all the is required. &nbsp;When Java starts up, it should find your StaticLoggerBinder implementation is the only game in town and SLF4j will start calling it to write the logs. &nbsp;If it doesn't work, make sure you don't have any other SLF4j logger implementations on your classpath.<div>

&nbsp; (*Chris**)<br><br><div class="gmail_quote">On Mon, Oct 3, 2011 at 11:34 AM, Zac Harvey <span dir="ltr">&lt;<a href="mailto:zachary.harvey@gmail.com">zachary.harvey@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

My company recently built our own logging framework, and has decided to use Apache Camel as our integration framework (Camel 2.7.2).&nbsp; Camel recently converted to using SLF4J and so in order to get Camel's internal guts logging to our homegrown system, I have been tasked with writing a simple SLF4J binding.<br>


<br>I am about 95% sure I followed the directions: namely I started with the Log4J binding and modified it to provide Adapter and LoggerFactory classes which use our internal logging framework.&nbsp; I also modified StaticLoggerBinder in accordance with the specs on SLF4J's website.<br>


<br>I made the binding its own jar (for separation of concerns, etc.).&nbsp; Now I am wondering where I need this jar placed so that Java sees my binding jar in the classpath at runtime.<br><br>Do I just need to declare this binding jar as a dependency to any of our projects that will make use of both Camel *and* our logging service? If so, then that's an easy solution.&nbsp; But this is my first SLF4J binding and I'm having a tough time seeing the "forest through the trees" here.<br>


<br>Thanks in advance for any nudges in the right direction!<br><font color="#888888"><br>-Zac<br>
</font><br>_______________________________________________<br>
slf4j-user mailing list<br>
<a href="mailto:slf4j-user@qos.ch">slf4j-user@qos.ch</a><br>
<a href="http://qos.ch/mailman/listinfo/slf4j-user" target="_blank">http://qos.ch/mailman/listinfo/slf4j-user</a><br></blockquote></div><br></div>
_______________________________________________<br>slf4j-user mailing list<br><a href="mailto:slf4j-user@qos.ch">slf4j-user@qos.ch</a><br>http://qos.ch/mailman/listinfo/slf4j-user</blockquote></div><br></div></body></html>