summaryrefslogtreecommitdiff
path: root/ACE/ace/Log_Msg.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2007-03-03 19:35:45 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2007-03-03 19:35:45 +0000
commite7066bf32d4010d2888c935bb90e606433828f32 (patch)
tree02376a5e08bd2847aaa57adb05965ef659d59666 /ACE/ace/Log_Msg.h
parent4eddb41c08210a1ae08159aba493ec88cb19a949 (diff)
downloadATCD-e7066bf32d4010d2888c935bb90e606433828f32.tar.gz
ChangeLogTag:Sat
Diffstat (limited to 'ACE/ace/Log_Msg.h')
-rw-r--r--ACE/ace/Log_Msg.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/ACE/ace/Log_Msg.h b/ACE/ace/Log_Msg.h
index 4416df98711..a63037d6870 100644
--- a/ACE/ace/Log_Msg.h
+++ b/ACE/ace/Log_Msg.h
@@ -123,12 +123,12 @@ class ACE_Log_Record;
*
* This class is very flexible since it allows formatted error
* messages to be printed in a thread-safe manner to various
- * locations, such as stdout, stderr, cerr, a distributed logger, etc.
- * The current message is also kept in a thread-specific storage
- * location (threads spawned using ACE_Thread_Manager automatically get
- * an ACE_Log_Msg object that inherits the spawning thread's settings), which
- * can be used to communicate errors between framework methods and
- * callers. A message is logged by the log() method, only if the
+ * locations, such as stderr, cerr, a distributed logger, etc. The
+ * current message is also kept in a thread-specific storage location
+ * (threads spawned using ACE_Thread_Manager automatically get an
+ * ACE_Log_Msg object that inherits the spawning thread's settings),
+ * which can be used to communicate errors between framework methods
+ * and callers. A message is logged by the log() method, only if the
* message priority is currently enabled. Moreover, only the current
* log message is stored here -- it will be overwritten by the
* subsequent call to log().