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
>
Record ThreadIDs with run-of-the-mill Thread ids
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