DataDirector API
|
DDD_SimpleStreamLog. Logging observer that outputs to a stream. More...
#include <DDD_SimpleStreamLog.h>
Public Member Functions | |
DDD_SimpleStreamLog (std::ostream *logStream) | |
~DDD_SimpleStreamLog () | |
virtual void | LogEntry (const DDD_LogEntry &entry) |
void | Flush () |
DDD_SimpleStreamLog. Logging observer that outputs to a stream.
DDD_SimpleStreamLog | ( | std::ostream * | logStream | ) |
constructor
logStream | The stream to log to |
clientName | The name client (will be printed in the log) |
~DDD_SimpleStreamLog | ( | ) |
destructor
void Flush | ( | ) |
Flush the log file
|
virtual |