diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2008-04-29 14:12:15 -0230 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2008-04-29 14:12:15 -0230 |
commit | 2532cae1fa4d5893e90e938da376671c6e530b93 (patch) | |
tree | 079fcc63d3094ae272105bb9c94126b6d1ac30d8 /cpp/src/Ice/Instance.cpp | |
parent | Bug 2433 - new logger plugin mechanism (diff) | |
download | ice-2532cae1fa4d5893e90e938da376671c6e530b93.tar.bz2 ice-2532cae1fa4d5893e90e938da376671c6e530b93.tar.xz ice-2532cae1fa4d5893e90e938da376671c6e530b93.zip |
Bug 2433 - changed logger plugin mechanism
Diffstat (limited to 'cpp/src/Ice/Instance.cpp')
-rw-r--r-- | cpp/src/Ice/Instance.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/cpp/src/Ice/Instance.cpp b/cpp/src/Ice/Instance.cpp index 6a56fdfa3bd..8a1e5f45405 100644 --- a/cpp/src/Ice/Instance.cpp +++ b/cpp/src/Ice/Instance.cpp @@ -1079,12 +1079,6 @@ IceInternal::Instance::finishSetup(int& argc, char* argv[]) assert(pluginManagerImpl); pluginManagerImpl->loadPlugins(argc, argv); - LoggerPtr logger = pluginManagerImpl->getLogger(); - if(logger) - { - _initData.logger = logger; - } - // // Get default router and locator proxies. Don't move this // initialization before the plug-in initialization!!! The proxies |