diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-03-14 23:26:06 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-03-14 23:26:06 +0000 |
commit | 1e32ffb1a8eb8d847e10ad31705e5dce25508e50 (patch) | |
tree | 49e203f85684e4149cc27267f34a5c8ce8fdf693 /ace/Log_Msg.h | |
parent | 686112e281fcdc5b25cbdbf6a4a5afaaf8f7d8b9 (diff) | |
download | ATCD-1e32ffb1a8eb8d847e10ad31705e5dce25508e50.tar.gz |
.
Diffstat (limited to 'ace/Log_Msg.h')
-rw-r--r-- | ace/Log_Msg.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/ace/Log_Msg.h b/ace/Log_Msg.h index e1ab3591a22..0452d7b7db1 100644 --- a/ace/Log_Msg.h +++ b/ace/Log_Msg.h @@ -181,13 +181,13 @@ public: static int exists (void); // Returns non-null if an ACE_Log_Msg exists for the calling thread. - static void disable_debug_messages(); - // Clears the LM_DEBUG flag from the default priority mask used to - // initialize ACE_Log_Msg instances. - - static void enable_debug_messages(); - // Sets the LM_DEBUG flag in the default priority mask used to + static void disable_debug_messages (ACE_Log_Priority priority = LM_DEBUG); + // Clears the flag from the default priority mask used to // initialize ACE_Log_Msg instances. + + static void enable_debug_messages (ACE_Log_Priority priority = LM_DEBUG); + // Sets the flag in the default priority mask used to initialize + // ACE_Log_Msg instances. ACE_Log_Msg (void); // Initialize logger. |