From 96602e3755f06435a11ccaa8158a7aa47df6d174 Mon Sep 17 00:00:00 2001 From: schmidt Date: Sat, 3 Mar 2007 19:35:45 +0000 Subject: ChangeLogTag:Sat --- ACE/ChangeLog | 6 ++++++ ACE/THANKS | 1 + ACE/ace/Log_Msg.h | 12 ++++++------ 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/ACE/ChangeLog b/ACE/ChangeLog index 80aac856596..0c352b68232 100644 --- a/ACE/ChangeLog +++ b/ACE/ChangeLog @@ -89,6 +89,12 @@ Fri Mar 2 17:48:09 UTC 2007 Ossama Othman Fixed one more typo in the ACE_U_LongLong partial specialization of this functor. Also corrected truncation logic. +Thu Mar 1 16:30:13 UTC 2007 Douglas C. Schmidt + + * ace/Log_Msg.h (ACE_Log_Msg): Updated the document to remove the + claim that stdout can be used. Thanks to Ian C White + for reporting this. + Thu Mar 1 13:15:12 UTC 2007 Johnny Willemsen * ace/config-hpux-11.00.h: diff --git a/ACE/THANKS b/ACE/THANKS index 926aa72eff6..2977867154a 100644 --- a/ACE/THANKS +++ b/ACE/THANKS @@ -2179,6 +2179,7 @@ Yves Alloyer Waba Scott Mark Bjoern Rasmussen +Ian C White I would particularly like to thank Paul Stephenson, who worked with me at Ericsson in the early 1990's. Paul devised the recursive Makefile 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(). -- cgit v1.2.1