From 2246ef4753f62af6dd49800f217017e63c9a80d8 Mon Sep 17 00:00:00 2001 From: Dwayne Boone Date: Mon, 11 Dec 2006 14:58:49 +0000 Subject: Added Logger Plugin --- cpp/src/Ice/PluginManagerI.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'cpp/src/Ice/PluginManagerI.h') diff --git a/cpp/src/Ice/PluginManagerI.h b/cpp/src/Ice/PluginManagerI.h index 5a5460c2427..042515c06d6 100644 --- a/cpp/src/Ice/PluginManagerI.h +++ b/cpp/src/Ice/PluginManagerI.h @@ -13,6 +13,7 @@ #include #include #include +#include #include #include #include @@ -36,7 +37,8 @@ private: friend class IceInternal::Instance; void loadPlugins(int&, char*[]); - void loadPlugin(const std::string&, const std::string&, StringSeq&); + void loadPlugin(const std::string&, const std::string&, StringSeq&, bool); + LoggerPtr getLogger() const; CommunicatorPtr _communicator; IceInternal::DynamicLibraryListPtr _libraries; @@ -45,6 +47,8 @@ private: std::vector _initOrder; bool _initialized; static const char * const _kindOfObject; + + LoggerPtr _logger; }; } -- cgit v1.2.3