diff options
author | Matthew Newhook <matthew@zeroc.com> | 2007-02-28 10:02:22 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2007-02-28 10:02:22 +0000 |
commit | 5a310b9262a3e2830fc852d8cdfa3d27ff6322e8 (patch) | |
tree | f11b50a26321aca701ddd8ef44cd6b85ccddc59a /cpp/src/Ice/Instance.cpp | |
parent | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=1722, (diff) | |
download | ice-5a310b9262a3e2830fc852d8cdfa3d27ff6322e8.tar.bz2 ice-5a310b9262a3e2830fc852d8cdfa3d27ff6322e8.tar.xz ice-5a310b9262a3e2830fc852d8cdfa3d27ff6322e8.zip |
http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=1722,
http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=1721,
http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=1926
Diffstat (limited to 'cpp/src/Ice/Instance.cpp')
-rw-r--r-- | cpp/src/Ice/Instance.cpp | 4 |
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) |