summaryrefslogtreecommitdiff
path: root/ace/Log_Msg.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Log_Msg.h')
-rw-r--r--ace/Log_Msg.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/ace/Log_Msg.h b/ace/Log_Msg.h
index 2e570ac9987..a8d5c945407 100644
--- a/ace/Log_Msg.h
+++ b/ace/Log_Msg.h
@@ -168,9 +168,7 @@ public:
VERBOSE_LITE = 32,
/// Do not print messages at all (just leave in thread-specific
/// storage for later inspection).
- SILENT = 64,
- /// Write messages to the system's event log.
- SYSLOG = 128
+ SILENT = 64
};
// = Initialization and termination routines.