diff options
author | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-06-05 17:19:21 +0000 |
---|---|---|
committer | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-06-05 17:19:21 +0000 |
commit | 2bef239e3222749e64b2fb1c7c8b6074d8baccda (patch) | |
tree | 0c2feb13d0cb2372bf1f1d7fcd0d5918d3b61aa1 /ace/Log_Msg.h | |
parent | a75735ebbfd40806cd8bd256f73a40c43a787dd6 (diff) | |
download | ATCD-2bef239e3222749e64b2fb1c7c8b6074d8baccda.tar.gz |
Added enable_debug_messages() to do the opposite of
disable_debug_messages().
Diffstat (limited to 'ace/Log_Msg.h')
-rw-r--r-- | ace/Log_Msg.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ace/Log_Msg.h b/ace/Log_Msg.h index cbd0931044e..ef57e486ec8 100644 --- a/ace/Log_Msg.h +++ b/ace/Log_Msg.h @@ -142,7 +142,12 @@ public: static void disable_debug_messages(); // Clears the LM_DEBUG flag from the default priority mask used to - // initialise ACE_Log_Msg instances. + // initialize ACE_Log_Msg instances. + + static void enable_debug_messages(); + // Sets the LM_DEBUG flag in the default priority mask used to + // initialize ACE_Log_Msg instances. + ACE_Log_Msg (void); // Initialize logger. |