A special plug-in that installs a logger during a communicator's initialization. More...
#include <Ice/Ice.h>

Public Member Functions | |
| LoggerPlugin (const CommunicatorPtr &communicator, const LoggerPtr &logger) | |
| Constructs the plug-in with a target communicator and a logger. | |
| void | destroy () override |
| This method is no-op. | |
| void | initialize () override |
| This method is no-op. | |
A special plug-in that installs a logger during a communicator's initialization.
Both initialize and destroy are no-op. See Ice::InitializationData.
Definition at line 145 of file LoggerUtil.h.