summaryrefslogtreecommitdiff
path: root/ace/Log_Msg.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2001-03-04 16:46:52 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2001-03-04 16:46:52 +0000
commit3cbc6ec8eef14690102450724abf01ff11038fd0 (patch)
treee4a4c9cd67a74dfa037bf8f69e38196e65444056 /ace/Log_Msg.h
parent2b55f0d1f68228b37780f4b6f8c6532edc795152 (diff)
downloadATCD-3cbc6ec8eef14690102450724abf01ff11038fd0.tar.gz
ChangeLogTag:Sun Mar 4 10:41:57 2001 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
Diffstat (limited to 'ace/Log_Msg.h')
-rw-r--r--ace/Log_Msg.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/ace/Log_Msg.h b/ace/Log_Msg.h
index a8d5c945407..2e570ac9987 100644
--- a/ace/Log_Msg.h
+++ b/ace/Log_Msg.h
@@ -168,7 +168,9 @@ public:
VERBOSE_LITE = 32,
/// Do not print messages at all (just leave in thread-specific
/// storage for later inspection).
- SILENT = 64
+ SILENT = 64,
+ /// Write messages to the system's event log.
+ SYSLOG = 128
};
// = Initialization and termination routines.