<div dir="ltr">Hi everyone:<div><br></div><div style>I'm writing to all of you because I want to display a sequence number for each event. I've done some research regarding this and I know for sure that LogBack is not able to natively handle this as Log4j2 does with %sn, or as JUL partially does with <font face="courier new, monospace">getSequenceNumber()</font> (I won't be changing LogBack because of this, anyway).</div>
<div style><br></div><div style>I know for sure LogBack is lacking this functionality because of this issue on JIRA:</div><div style><br></div><div style><a href="http://jira.qos.ch/browse/LOGBACK-546">http://jira.qos.ch/browse/LOGBACK-546</a><br>
</div><div style><br></div><div style>That issue is a four years old boy now.</div><div><div><br></div><div style>I found a link on Stack Overflow (<a href="http://stackoverflow.com/questions/11162951/line-numbers-with-logback">http://stackoverflow.com/questions/11162951/line-numbers-with-logback</a>) which lead me to the following link:</div>
<div style><br></div><div style><a href="http://logback.qos.ch/manual/layouts.html#customConversionSpecifier">http://logback.qos.ch/manual/layouts.html#customConversionSpecifier</a><br></div><div><br></div><div style>I tried a static number but it was shared across threads so it didn't work that well. I also thought of ThreadLocal but I read a story which freaked me out:</div>
<div style><br></div><div style><a href="http://niklasschlimm.blogspot.com/2012/04/threading-stories-threadlocal-in-web.html">http://niklasschlimm.blogspot.com/2012/04/threading-stories-threadlocal-in-web.html</a><br></div>
<div><br></div><div style>Does anyone know of a good way to achieve sequentials?</div><div style><br></div><div style>Best regards and thanks in advance.</div><div><br></div>-- <br>Felipe
</div></div>