#include <LogWriter.h>
Public Member Functions | |
virtual void | writeLog (std::ostream &_stream, const std::vector< AbstractReading * > &_log) const =0 |
Representation of an abstract log writer. It defines the interface for writing a log file to a stream.
Definition at line 38 of file LogWriter.h.
virtual void LogWriter::writeLog | ( | std::ostream & | _stream, | |
const std::vector< AbstractReading * > & | _log | |||
) | const [pure virtual] |
Write a log to an outputstream.
Implemented in CarmenLogWriter.