Include thread IDs in trace
---------------------------

         Key: AXISCPP-650
         URL: http://issues.apache.org/jira/browse/AXISCPP-650
     Project: Axis-C++
        Type: Improvement
  Components: Trace Utility  
    Reporter: Adrian Dick
    Priority: Minor


Currently the trace doesn't give correct thread IDs, making the debugging of 
multi-threaded trace files very complicated.

The thread ID can be obtained from the OS using these methods:
Unix:  pthread_self
Windows: GetCurrentProcessID

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to