diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-11-26 09:39:26 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-11-26 09:39:26 +0000 |
commit | bd6ddc52daef2a49e8cc7fc210236d6f75917fff (patch) | |
tree | 181a2e9edcb2dd8c227a19ab56ec067f7933d675 /ace/Log_Msg.h | |
parent | 7b844f59e70f35915cca9bddbb0691e10221e468 (diff) | |
download | ATCD-bd6ddc52daef2a49e8cc7fc210236d6f75917fff.tar.gz |
eee
Diffstat (limited to 'ace/Log_Msg.h')
-rw-r--r-- | ace/Log_Msg.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ace/Log_Msg.h b/ace/Log_Msg.h index 3563c5570db..5af0a8f5349 100644 --- a/ace/Log_Msg.h +++ b/ace/Log_Msg.h @@ -276,7 +276,8 @@ public: int log_hexdump (ACE_Log_Priority log_priority, char *buffer, - int size); + int size, + char *text = 0); // Method to log hex dump. This is useful for debugging. Calls // <log> to do the actual print, but formats first to make the chars // printable. |