Re: Correlating LogRecord ThreadIDs with run-of-the-mill Thread ids

2009-04-18 Thread Martin Buchholz
Record.getThreadID() should provide > real thread id > http://bugs.sun.com/view_bug.do?bug_id=6278014 > > Martin > > > On Tue, Apr 14, 2009 at 14:45, Martin Buchholz wrote: >> Synopsis: >> Correlating LogRecord ThreadIDs with run-of-the-mill Thread ids >

Re: Correlating LogRecord ThreadIDs with run-of-the-mill Thread ids

2009-04-14 Thread Martin Buchholz
Record ThreadIDs with run-of-the-mill Thread ids

Correlating LogRecord ThreadIDs with run-of-the-mill Thread ids

2009-04-14 Thread Martin Buchholz
Synopsis: Correlating LogRecord ThreadIDs with run-of-the-mill Thread ids Description: java.util.logging introduced the idea of a thread id, and the same idea was later introduced into java.lang.Thread itself. Unfortunately, these are not correlated, and the j.u.l. flavor is an int, while the