<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>