diff options
author | kitty <kitty@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-04-16 02:45:27 +0000 |
---|---|---|
committer | kitty <kitty@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-04-16 02:45:27 +0000 |
commit | e630537f6d59a3fca512b1f29481d2862a5ed6e8 (patch) | |
tree | 347e36828f39359c08d426609c2088260f5a9c6f /ace/Log_Msg.h | |
parent | 006559211e7a83145008a4619a70312fbae0ad2e (diff) | |
download | ATCD-e630537f6d59a3fca512b1f29481d2862a5ed6e8.tar.gz |
ChangeLogTag: Mon Apr 15 21:43:44 2002 Krishnakumar B <kitty@cs.wustl.edu>
Diffstat (limited to 'ace/Log_Msg.h')
-rw-r--r-- | ace/Log_Msg.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ace/Log_Msg.h b/ace/Log_Msg.h index b6be86b1d5b..d25a553091a 100644 --- a/ace/Log_Msg.h +++ b/ace/Log_Msg.h @@ -330,12 +330,12 @@ public: ACE_Log_Msg_Callback *msg_callback (void) const; /** - * Set a new backend object and return the existing backend to + * Set a new backend object and return the existing backend to * allow "chaining". Note that as opposit to <ACE_Log_Msg_Callback> * <ACE_Log_Msg_Backend> is a per-process entity. * * Note: Be aware that because of the current architecture there is - * no guarantee that open (), reset () and close () will be called + * no guarantee that open (), reset () and close () will be called * on a backend object. * */ @@ -466,6 +466,7 @@ public: * + 'p': print out the appropriate errno message from sys_errlist, * e.g., as done by perror() * + 'Q': print out the uint64 number + * + '@': print a void* pointer (in hexadecimal) * + 'r': call the function pointed to by the corresponding argument * + 'R': print return status * + 'S': print out the appropriate _sys_siglist entry corresponding |