#include <log_stream.hpp>

Definition at line 67 of file 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. | |
| 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.
| void claw::console_logger::flush | ( | ) | [virtual] |
Flush the stream.
Reimplemented from claw::log_stream.
Definition at line 67 of file log_stream.cpp.
1.5.5