![]() |
FlowEngine 8.011
Photogrammetry Software Development Kit
|
#include <Utilities.h>
Public Member Functions | |
void | messageLogged (const char *nMessage) |
![]() | |
virtual void | messageLogged (const char *nMessage)=0 |
virtual void | typeChanged (LogType type) |
virtual | ~LogListenerInterface ()=default |
Public Attributes | |
std::ostream * | mFileStream = nullptr |
Simple log listener class.
|
inlinevirtual |
Send to stdout and optionally on a file stream.
Implements FlowEngine::LogListenerInterface.
std::ostream* FlowEngine::LogListenerOStream::mFileStream = nullptr |
Pointer to an optional file stream.