diff options
author | Mark Spruiell <mes@zeroc.com> | 2005-10-13 15:24:10 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2005-10-13 15:24:10 +0000 |
commit | cb495f55e3d4d3ed2a443f0a8d71fe70553de1ee (patch) | |
tree | 812c847a6f79062078cdf4fdccfe0337d3505575 /cpp | |
parent | adding php configuration (diff) | |
download | ice-cb495f55e3d4d3ed2a443f0a8d71fe70553de1ee.tar.bz2 ice-cb495f55e3d4d3ed2a443f0a8d71fe70553de1ee.tar.xz ice-cb495f55e3d4d3ed2a443f0a8d71fe70553de1ee.zip |
bug 429: adding initialize* for logger
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cpp/CHANGES b/cpp/CHANGES index 567151f9c1b..c86e5ce478c 100644 --- a/cpp/CHANGES +++ b/cpp/CHANGES @@ -1,6 +1,11 @@ Changes since version 2.1.2 --------------------------- +- Added the new methods Ice::initializeWithLogger() and + Ice::initializeWithPropertiesAndLogger(), which ensure that a + custom logger is used to record any errors during communicator + initialization. + - Ice will now listen on all local interfaces if no -h parameter is present in the endpoint configuration and no default host has been set. It will also listen to all interfaces if the -h parameter |