![]() |
FlowEngine 8.031
Photogrammetry Software Development Kit
|
#include <LogListenerInterface.h>
Public Member Functions | |
| virtual void | messageLogged (const char *nMessage)=0 |
| virtual void | typeChanged (LogType type) |
| virtual | ~LogListenerInterface ()=default |
Pure virtual Log Listener interface.
Child classes need just to override the method messageLogged (called when a message is logged by the logger)
|
virtualdefault |
Default virtual destructor.
|
pure virtual |
Called when a new message is logged
| nMessage | pointer to a null terminated string containing the text of the message |
Implemented in FlowEngine::LogListenerOStream.
|
inlinevirtual |
Called when the current log type has changed
| type | the new log type |