<div dir="ltr">Thats already supported in slf4j by passing the exception as last argument [1]. <div><br></div><div>[1] <a href="http://slf4j.org/faq.html#paramException">http://slf4j.org/faq.html#paramException</a><br><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature">Chetan Mehrotra</div></div>
<br><div class="gmail_quote">On Thu, Mar 19, 2015 at 1:51 PM, Adax Adarsh <span dir="ltr"><<a href="mailto:adax.tm126@gmail.com" target="_blank">adax.tm126@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr">Hi All,<div>It would be good to have an API which take message format, arguments and throwable parameters at all levels of logging.</div><div><br></div><div>As of now, how we are doing it is to use below mentioned way of logging(kind of hack).</div><div><br></div><div><div>logger.error( messageFormat, arguments );</div><div>logger.error( messageFormat, throwable );</div></div><div><br></div><div>Which is kind of ugly but still works as a hack. The disadvantage of this kind of logging is that, it send 2 log events instead of 1 event.</div><div><br></div><div><br></div><div>let me know your view on this folks.</div><div><br></div><div>Thanks,</div><div>Adarsh</div></div>
<br>_______________________________________________<br>
slf4j-dev mailing list<br>
<a href="mailto:slf4j-dev@qos.ch">slf4j-dev@qos.ch</a><br>
<a href="http://mailman.qos.ch/mailman/listinfo/slf4j-dev" target="_blank">http://mailman.qos.ch/mailman/listinfo/slf4j-dev</a><br></blockquote></div><br></div></div></div>