71 m_file =
new std::ofstream(filename.c_str());
virtual void write(const std::string &str)
Write a string in the stream.
virtual void flush()
Flush the stream.
virtual void flush()
Flush the stream.
virtual void write(const std::string &str)
Write a string in the file.
virtual ~file_logger()
Destructor.
file_logger(const std::string &filename)
Constructor.
virtual ~log_stream()
Destructor.
virtual void flush()
Flush the stream.
Some basic classes for logging.