summaryrefslogtreecommitdiff
path: root/ace/Log_Msg.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2000-05-04 00:10:09 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2000-05-04 00:10:09 +0000
commit58cbfeaa3ed3ccb41bab432eb6f54810c0e5b13a (patch)
tree840c798ea376acd01047e19c353766fe4a52e934 /ace/Log_Msg.h
parent24738ae68431432d1d261f99488ecdd4ce2eb3ee (diff)
downloadATCD-58cbfeaa3ed3ccb41bab432eb6f54810c0e5b13a.tar.gz
ChangeLogTag:Wed May 3 18:07:16 2000 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
Diffstat (limited to 'ace/Log_Msg.h')
-rw-r--r--ace/Log_Msg.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/ace/Log_Msg.h b/ace/Log_Msg.h
index e41cc7d46b9..8a2722b3c3f 100644
--- a/ace/Log_Msg.h
+++ b/ace/Log_Msg.h
@@ -363,6 +363,11 @@ public:
int log_priority_enabled (ACE_Log_Priority log_priority);
// Return true if the requested priority is enabled.
+ int log_priority_enabled (ACE_Log_Priority log_priority,
+ const ASYS_TCHAR *,
+ ...);
+ // Return true if the requested priority is enabled.
+
pid_t getpid (void) const;
// Optimize reading of the pid (avoids a system call if the value is
// cached...).