summaryrefslogtreecommitdiff
path: root/ACE/ace/Log_Msg.h
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2007-03-05 23:16:32 +0000
committerSteve Huston <shuston@riverace.com>2007-03-05 23:16:32 +0000
commit15ac921d4554bf81ac65ceb33334a7ed95fc8646 (patch)
tree8f82a9643968c39135fd827a7fee1f7497c0bc6c /ACE/ace/Log_Msg.h
parent7c4b80aac8d6cbe5c5c963383fca5dd3d2ddec90 (diff)
downloadATCD-15ac921d4554bf81ac65ceb33334a7ed95fc8646.tar.gz
ChangeLogTag:Mon Mar 5 23:09:59 UTC 2007 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ACE/ace/Log_Msg.h')
-rw-r--r--ACE/ace/Log_Msg.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ACE/ace/Log_Msg.h b/ACE/ace/Log_Msg.h
index a63037d6870..5bc62f1e097 100644
--- a/ACE/ace/Log_Msg.h
+++ b/ACE/ace/Log_Msg.h
@@ -472,6 +472,8 @@ public:
* - 'A': print an ACE_timer_t value (which could be either double
* or ACE_UINT32.)
* - 'a': abort the program at this point abruptly.
+ * - 'b': print a ssize_t value
+ * - 'B': print a size_t value
* - 'c': print a character
* - 'C': print a character string
* - 'i', 'd': print a decimal number
@@ -506,6 +508,7 @@ public:
* - 'X': print as a hex number
* - 'z': print an ACE_OS::WChar character
* - 'Z': print an ACE_OS::WChar character string
+ * - ':': print a time_t value as an integral number
* - '%': print out a single percent sign, '%'
*/
ssize_t log (ACE_Log_Priority priority, const ACE_TCHAR *format, ...);