Hi guys, I have some doubts about implementing methods from DefaultThrowableRenderer. Can you please give me some basic example to figure out how render() or printFirstLine() method it works?
I can't find any example.

What advantages I have using render(StringBuilder sbuf, ILoggingEvent event) ?

Can i use this render method on a Layout different from HTMLayout ?

Thanks