ACE_OS::thr_self() returns ACE_thread_t. ACE logger has a switch "\t" to print it. How can I do it if I want to print thread id by using printf()?
|
feedback
|
|
If ACE doesn't provide a method to do it you have to figure out its type. Given that it is ACE, it is probably hidden behind 3 typedefs nested in 5 #defines. The header file | |||
feedback
|
|
ACE? C++? Why not use iostream instead of printf?
| |||
|
feedback
|