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