#include <log_stream.hpp>

Definition at line 55 of file log_stream.hpp.
Public Member Functions | |
| virtual | ~log_stream () |
| Destructor. | |
| virtual void | write (const std::string &str)=0 |
| virtual void | flush () |
| Flush the stream. | |
| claw::log_stream::~log_stream | ( | ) | [virtual] |
| virtual void claw::log_stream::write | ( | const std::string & | str | ) | [pure virtual] |
Implemented in claw::console_logger, and claw::file_logger.
| void claw::log_stream::flush | ( | ) | [virtual] |
Flush the stream.
Reimplemented in claw::console_logger, and claw::file_logger.
Definition at line 46 of file log_stream.cpp.
1.5.5