diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2001-01-25 16:51:33 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2001-01-25 16:51:33 +0000 |
commit | a4a68a191f2f9caaf5c9e5c0c4362a2c2ff6efdb (patch) | |
tree | 1ac2be6275ed5a2637dca0dbeffa296e77ebe79c /ace/Log_Msg.h | |
parent | 5b6ffc4785e5c5b821ea0f32078c77d65e65bec0 (diff) | |
download | ATCD-a4a68a191f2f9caaf5c9e5c0c4362a2c2ff6efdb.tar.gz |
ChangeLogTag:Thu Jan 25 05:34:58 2001 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
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 c295c6c9900..a8d5c945407 100644 --- a/ace/Log_Msg.h +++ b/ace/Log_Msg.h @@ -410,7 +410,7 @@ public: * + 'c': print a character * + 'C': print a character string * + 'i', 'd': print a decimal number - * + 'I', indent according to nesting depth + * + 'I', indent according to nesting depth (obtained from <ACE_Trace::get_nesting_indent>). * + 'e', 'E', 'f', 'F', 'g', 'G': print a double * + 'l', print line number where an error occurred. * + 'm': Return the message corresponding to errno value, e.g., as done by strerror() |