summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Instance.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/Instance.cpp')
-rw-r--r--cpp/src/Ice/Instance.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/src/Ice/Instance.cpp b/cpp/src/Ice/Instance.cpp
index ecb2f466bd2..0ce5c17b853 100644
--- a/cpp/src/Ice/Instance.cpp
+++ b/cpp/src/Ice/Instance.cpp
@@ -583,6 +583,10 @@ IceInternal::Instance::Instance(const CommunicatorPtr& communicator, const Initi
if(_initData.properties->getPropertyAsInt("Ice.UseEventLog") > 0)
{
_initData.logger = new EventLoggerI(_initData.properties->getProperty("Ice.ProgramName"));
+ //
+ // DEPRECATED PROPERTY: Ice.UseEventLog is deprecated.
+ //
+ _initData.logger->warning("Ice.UseEventLog has been deprecated.");
}
#else
if(_initData.properties->getPropertyAsInt("Ice.UseSyslog") > 0)