diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2001-07-13 15:07:38 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2001-07-13 15:07:38 +0000 |
commit | 85297aaa9cc2bbc3c6a97984d19d66b542d388ee (patch) | |
tree | 3582db62d9ae9a6e2d255147f9471445eb1128b2 /ace/Log_Msg.h | |
parent | 426375fd6dbbe83b95848e1ba5c15da71770e6be (diff) | |
download | ATCD-85297aaa9cc2bbc3c6a97984d19d66b542d388ee.tar.gz |
ChangeLogTag:Fri Jul 13 09:40:08 2001 Jerry D. De Master <jdemaster@rite-solutions.com>
Diffstat (limited to 'ace/Log_Msg.h')
-rw-r--r-- | ace/Log_Msg.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/Log_Msg.h b/ace/Log_Msg.h index de764e69d71..32627466ad7 100644 --- a/ace/Log_Msg.h +++ b/ace/Log_Msg.h @@ -180,6 +180,8 @@ public: /// Returns non-null if an ACE_Log_Msg exists for the calling thread. static int exists (void); + /// Returns the current program name used for logging. + static const ACE_TCHAR * program_name (void); /// Clears the flag from the default priority mask used to /// initialize ACE_Log_Msg instances. static void disable_debug_messages (ACE_Log_Priority priority = LM_DEBUG); |