summaryrefslogtreecommitdiff
path: root/ACE/ace/Log_Msg.h
diff options
context:
space:
mode:
authormhengstmengel <mhengstmengel@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2010-08-24 11:40:09 +0000
committermhengstmengel <mhengstmengel@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2010-08-24 11:40:09 +0000
commit8593c6b69a4b76d5c6eafeffcf781ff4f0e66550 (patch)
tree5df5618e49ad5d529820fc6e38f0fc616e206817 /ACE/ace/Log_Msg.h
parenta18d216f2b7c739a5e31cd584200dae0c9fe04db (diff)
downloadATCD-8593c6b69a4b76d5c6eafeffcf781ff4f0e66550.tar.gz
Tue Aug 24 11:29:45 UTC 2010 Marijke Hengstmengel <mhengstmengel@remedy.nl>
* 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 .
Diffstat (limited to 'ACE/ace/Log_Msg.h')
-rw-r--r--ACE/ace/Log_Msg.h11
1 files changed, 6 insertions, 5 deletions
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)