|
Ice 3.7 C++11 API Reference
|
A special plug-in that installs a logger during a communicator's initialization. More...
#include <Ice/Ice.h>


Public Member Functions | |
| virtual void | destroy () |
| This method is a no-op. | |
| virtual void | initialize () |
| This method is a no-op. | |
| LoggerPlugin (const CommunicatorPtr &communicator, const LoggerPtr &logger) | |
| Constructs the plug-in with a target communicator and a logger. | |
| Public Member Functions inherited from Ice::Plugin | |
| virtual | ~Plugin () |
A special plug-in that installs a logger during a communicator's initialization.
Both initialize and destroy are no-op. See Ice::InitializationData.
| Ice::LoggerPlugin::LoggerPlugin | ( | const CommunicatorPtr & | communicator, |
| const LoggerPtr & | logger ) |
Constructs the plug-in with a target communicator and a logger.
| communicator | The communicator in which to install the logger. |
| logger | The logger to be installed. |
|
virtual |
This method is a no-op.
Implements Ice::Plugin.
|
virtual |
This method is a no-op.
Implements Ice::Plugin.