diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2000-12-15 22:54:19 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2000-12-15 22:54:19 +0000 |
commit | fdd567579e525b8a1c25b0e9bc8b2adccc4487e2 (patch) | |
tree | e6b0fd599e0d77c05927160cb62ac355d03e31e2 /ace/Log_Msg.h | |
parent | c7e5700400aab5e7de4491fdebbee39ab7ac2b73 (diff) | |
download | ATCD-fdd567579e525b8a1c25b0e9bc8b2adccc4487e2.tar.gz |
ChangeLogTag:Fri Dec 15 14:36:33 2000 Christopher Kohlhoff <chris@kohlhoff.com>
Diffstat (limited to 'ace/Log_Msg.h')
-rw-r--r-- | ace/Log_Msg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Log_Msg.h b/ace/Log_Msg.h index fb840fa1415..022461b14a7 100644 --- a/ace/Log_Msg.h +++ b/ace/Log_Msg.h @@ -404,7 +404,7 @@ public: * Format a message to the thread-safe ACE logging mechanism. Valid * options (prefixed by '%', as in printf format strings) include: * + 'A': print an ACE_timer_t value (which could be either double or ACE_UINT32.) - * + 'a': exit the program at this point (var-argument is the exit status!) + * + 'a': abort the program at this point abruptly. * + 'c': print a character * + 'C': print a character string * + 'i', 'd': print a decimal number |