diff options
author | Steve Huston <shuston@riverace.com> | 2001-08-14 14:22:39 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 2001-08-14 14:22:39 +0000 |
commit | 33fdea3ad3a4dc5b8b28b13337a49f344da1eae2 (patch) | |
tree | 9d8e12960d33ad1902cd07e7a10c7ed248c74c33 /ace/Log_Msg.h | |
parent | 941ad832daf6393f326105195a9536106ca44f3f (diff) | |
download | ATCD-33fdea3ad3a4dc5b8b28b13337a49f344da1eae2.tar.gz |
ChangeLogTag:Tue Aug 14 10:21:39 2001 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ace/Log_Msg.h')
-rw-r--r-- | ace/Log_Msg.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/ace/Log_Msg.h b/ace/Log_Msg.h index 32627466ad7..3ea3af2a85a 100644 --- a/ace/Log_Msg.h +++ b/ace/Log_Msg.h @@ -138,11 +138,12 @@ class ACE_Thread_Descriptor; * specific and specifies the priority levels logged by the thread. * The <process_priority_mask_> class attribute is not thread-specific * and specifies the priority levels that will be logged by all - * threads in the process. By default, all levels are enabled for - * <priority_mask_> and all levels are disabled for - * <process_priority_mask_> (i.e. each thread determines which - * priority levels will be logged). Both priority masks can be - * modified using the priority_mask() method of this class. + * threads in the process. By default, all levels are disabled for + * <priority_mask_> and all levels are enabled for + * <process_priority_mask_> (i.e. the process-wide mask controls + * the settings, and each instance can expand on it if desired). + * Both priority masks can be modified using the priority_mask() + * method of this class. */ class ACE_Export ACE_Log_Msg { |