summaryrefslogtreecommitdiff
path: root/ace/Log_Msg.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2001-11-09 23:00:26 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2001-11-09 23:00:26 +0000
commit5ee89b73d0c371a152cb4d6ba5d169b7d6bd53c4 (patch)
tree3034ef53615811a7dfe86669e14a145d4305430c /ace/Log_Msg.h
parent2c76a46e5e7ec37c37a590f2b67b67b6cdd30ad2 (diff)
downloadATCD-5ee89b73d0c371a152cb4d6ba5d169b7d6bd53c4.tar.gz
ChangeLogTag:Fri Nov 9 07:42:41 2001 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
Diffstat (limited to 'ace/Log_Msg.h')
-rw-r--r--ace/Log_Msg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ace/Log_Msg.h b/ace/Log_Msg.h
index ffe82515e9a..2bac223d8a5 100644
--- a/ace/Log_Msg.h
+++ b/ace/Log_Msg.h
@@ -432,6 +432,7 @@ public:
* <ACE_Trace::get_nesting_indent>).
* + 'e', 'E', 'f', 'F', 'g', 'G': print a double
* + 'l': print line number where an error occurred.
+ * + 'M': print the name of the priority of the message.
* + 'm': return the message corresponding to errno value, e.g., as
* done by strerror()
* + 'N': print file name where the error occurred.