Description
Per http://nagoya.apache.org/eyebrowse/ReadMsg?listName=log4cxx-dev@logging.apache.org&msgNo=416
Thread id has been output as a signed 32-bit integer which doesn't work as expected on 64-bit platforms and also results in meaningless large negative integers as thread ids. The proposed solution is to output an appropriately sized hex representation of the thread handle.