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. | |
![]() | |
virtual | ~log_stream () |
Destructor. | |
![]() | |
non_copyable () | |
Default constructor. | |
This class write log messages in std::clog.
Definition at line 72 of file log_stream.hpp.
|
virtual |
Flush the stream.
Reimplemented from claw::log_stream.
Definition at line 61 of file log_stream.cpp.
|
virtual |
Write a string in the stream.
Implements claw::log_stream.
Definition at line 53 of file log_stream.cpp.