Re: Thread name hex value

2011-04-18 Thread Cory Riddell
I don't believe you will get anything except hex. The relevant code is in loggingevent.cpp: > const LogString LoggingEvent::getCurrentThreadName() { > #if APR_HAS_THREADS > #if defined(_WIN32) >char result[20]; >DWORD threadId = GetCurrentThreadId(); >apr_snprintf(result, sizeof(resul

Re: Thread name hex value

2011-04-17 Thread Alessandro Ferrucci
bump. Just wondering if anyone knows the answer to this question or knows that in fact it is not possible to have it any other way. Thank you, Alessandro Ferrucci On Thu, Apr 14, 2011 at 10:19 AM, Alessandro Ferrucci < alessandroferru...@gmail.com> wrote: > Hello, > I have the following log4cxx