<div dir="ltr"><div><div><div><div><div><div><div><div><div>Hi All,<br></div>In the previous email I asked about SLF4J API at any logging level which takes all the three parameters.<br><br></div>I was said to use, <a href="http://www.slf4j.org/faq.html#exception_message">http://www.slf4j.org/faq.html#exception_message</a><br><br></div>The above link shows an API which works happily when the scenario is as mentioned below,<br><br></div>logger.debug("I am message with {}", "arg1", new RuntimeException());<br><br></div>It do not handles scenario where messageFormat parameter takes more than one place holder, as shown below<br><br></div>logger.debug( "I am message with {} and {}", new Object[]{"arg1", "arg2"}, new RuntimeException());<br><br></div>Let me know your thoughts on how can we take it forward,<br><br><br></div>Thanks,<br></div>Adarsh<br></div>