diff options
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); |