Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches
Ice::LoggerPlugin Class Reference

A special plug-in that installs a logger during a communicator's initialization. More...

#include <Ice/Ice.h>

Inheritance diagram for Ice::LoggerPlugin:

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 a no-op.
void initialize () override
 This method is a no-op.

Detailed Description

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.


The documentation for this class was generated from the following file: