From 8593c6b69a4b76d5c6eafeffcf781ff4f0e66550 Mon Sep 17 00:00:00 2001 From: mhengstmengel Date: Tue, 24 Aug 2010 11:40:09 +0000 Subject: Tue Aug 24 11:29:45 UTC 2010 Marijke Hengstmengel * ace/Log_Msg.h: * ace/Log_Msg.cpp: * tests/Log_Msg_Test.cpp: * ChangeLog: Add %#t to log a thread id that is coming from user code, as argument . --- ACE/ace/Log_Msg.h | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'ACE/ace/Log_Msg.h') diff --git a/ACE/ace/Log_Msg.h b/ACE/ace/Log_Msg.h index 64f647d7229..ea1893cad35 100644 --- a/ACE/ace/Log_Msg.h +++ b/ACE/ace/Log_Msg.h @@ -529,14 +529,15 @@ public: * - 'S': print out the appropriate signal message corresponding * to var-argument, e.g., as done by strsignal() * - 's': prints a ACE_TCHAR* character string (also see C and W) - * - 'T': print timestamp in hour:minute:sec:usec format (plain option, - * i.e. without any flags, prints system supplied timestamp; + * - 'T': print timestamp in hour:minute:sec:usec format (plain option, + * i.e. without any flags, prints system supplied timestamp; * with '#' flag added expects ACE_Time_Value* in argument list) * - 'D': print timestamp as Weekday Month day year hour:minute:sec.usec - * (plain option, i.e. without any flags, prints system supplied - * timestamp; with '#' flag added expects ACE_Time_Value* in + * (plain option, i.e. without any flags, prints system supplied + * timestamp; with '#' flag added expects ACE_Time_Value* in * argument list) - * - 't': print thread id (1 if single-threaded) + * - 't': print thread id (1 if single-threaded); + with '#' flag added expects ACE_hthread_t argument in argument list) * - 'u': print as unsigned int * - 'w': prints a wide character * - 'W': prints a wchar_t* character string (also see C and s) -- cgit v1.2.1