Really like the reverse stack trace rendering in logback and would like to leverage it (reuse it) in my app where I display the stack on an error web page.<div>Can't seem to figure out how to get at just that function in the logback classes.</div>
<div>Looking for something like</div><div><br></div><div>String reverseStackRendering = LogbackExceptionUtils.renderInReverse(Throwable t)</div><div><br></div><div>Or at least some public way to get at that function.</div>
<div><br></div><div>Is that possible?</div><div>Any pointers on where to start looking?</div><div><br></div><div>Thanks,</div><div>Padraic</div><div><br></div>