From 18748d529095d3ab86e3dc42abfd2b5f4946f9a7 Mon Sep 17 00:00:00 2001 From: Bernard Normier Date: Thu, 14 Aug 2014 16:38:21 -0400 Subject: Initial merge for ICE-2400: - added new Logger admin facet (C++ only) - this Logger facet allows remote application to retrieve the Ice log file, including recently logged events, with optional filters - this logger facet also allows remote applications to attach RemoteLogger objects to get new logs as they are generated - added new "show log" feature to icegridadmin, to retrieve Ice log file of Ice server (not yet implemented for IceGrid registry and node) --- cpp/src/Ice/ProtocolInstance.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'cpp/src/Ice/ProtocolInstance.cpp') diff --git a/cpp/src/Ice/ProtocolInstance.cpp b/cpp/src/Ice/ProtocolInstance.cpp index 363de0cb1b0..2c27bb2c0c2 100644 --- a/cpp/src/Ice/ProtocolInstance.cpp +++ b/cpp/src/Ice/ProtocolInstance.cpp @@ -24,7 +24,6 @@ IceInternal::ProtocolInstance::ProtocolInstance(const CommunicatorPtr& com, Shor _instance(getInstance(com)), _traceLevel(_instance->traceLevels()->network), _traceCategory(_instance->traceLevels()->networkCat), - _logger(_instance->initializationData().logger), _properties(_instance->initializationData().properties), _protocol(protocol), _type(type) @@ -35,7 +34,6 @@ IceInternal::ProtocolInstance::ProtocolInstance(const InstancePtr& instance, Sho _instance(instance), _traceLevel(_instance->traceLevels()->network), _traceCategory(_instance->traceLevels()->networkCat), - _logger(_instance->initializationData().logger), _properties(_instance->initializationData().properties), _protocol(protocol), _type(type) -- cgit v1.2.3