![]() |
FlowEngine 8.031
Photogrammetry Software Development Kit
|
#include <Utilities.h>
Public Member Functions | |
| void | messageLogged (const char *nMessage) |
Public Member Functions inherited from FlowEngine::LogListenerInterface | |
| 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.