|
Claw
1.7.3
|
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. | |
Public Member Functions inherited from claw::log_stream | |
| virtual | ~log_stream () |
| Destructor. | |
Public Member Functions inherited from claw::pattern::non_copyable | |
| non_copyable () | |
| Default constructor. | |
This class write log messages in std::clog.
Definition at line 71 of file log_stream.hpp.
1.8.1.2