Anyone have any hints on how to obtain a thread's name from the thread id?
I'm using a handler in the Logger class, which provides a method to get the
id of the thread that invoked the logger, but no method for the name.
Thanks much,
Hector
I'm using a handler in the Logger class, which provides a method to get the
id of the thread that invoked the logger, but no method for the name.
Thanks much,
Hector
Comment