Tagged Questions
0
votes
2answers
368 views
How to print ACE_thread_t using printf()
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()?