This class aids in the implementation of the Observer protocol by allowing clients to implement that protocol by implementing a single method signature: publish(const Record&, const Context&).
Synopsis
Declared in <ball_observeradapter.h>
class ObserverAdapter
: public Observer
Base Classes
Name |
Description |
This class provides a protocol for receiving and processing log record output. |
Member Functions
Name |
Description |
|
Destroy this observer. |
|
|
|
Discard any shared reference to a |
Created with MrDocs