This class write log messages in std::clog. More...
#include <log_stream.hpp>
Public Member Functions | |
virtual void | write (const std::string &str) |
Write a string in the stream. | |
virtual void | flush () |
Flush the stream. |
This class write log messages in std::clog.
Definition at line 67 of file log_stream.hpp.
void claw::console_logger::flush | ( | ) | [virtual] |
Flush the stream.
Reimplemented from claw::log_stream.
Definition at line 67 of file log_stream.cpp.
void claw::console_logger::write | ( | const std::string & | str | ) | [virtual] |
Write a string in the stream.
Implements claw::log_stream.
Definition at line 58 of file log_stream.cpp.