claw
1.9.0
|
Base class for streams accepting log output. More...
#include <log_stream.hpp>
Public Member Functions | |
virtual | ~log_stream () |
Destructor. | |
virtual void | write (const std::string &str)=0 |
virtual void | flush () |
Flush the stream. | |
Base class for streams accepting log output.
Definition at line 60 of file log_stream.hpp.