diff options
Diffstat (limited to 'cpp/include/Ice/LoggerUtil.h')
-rw-r--r-- | cpp/include/Ice/LoggerUtil.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cpp/include/Ice/LoggerUtil.h b/cpp/include/Ice/LoggerUtil.h index 8028e10aece..3c64cbf9eb7 100644 --- a/cpp/include/Ice/LoggerUtil.h +++ b/cpp/include/Ice/LoggerUtil.h @@ -150,15 +150,15 @@ template<class Y> ICE_API Trace& operator<<(Trace&, std::ios_base& (*)(std::ios_base&)); // -// A special plugin that sets logger during construction (when the provided logger is not -// null). Both initialize and destroy are no-op. See Ice::InitializationData. +// A special plugin that sets logger during construction. Both initialize and +// destroy are no-op. See Ice::InitializationData. // -class ICE_API IceLoggerPlugin : public Ice::Plugin +class ICE_API LoggerPlugin : public Ice::Plugin { public: - IceLoggerPlugin(const CommunicatorPtr& communicator, const LoggerPtr&); + LoggerPlugin(const CommunicatorPtr& communicator, const LoggerPtr&); virtual void initialize(); |