claw  1.9.0
Public Member Functions | List of all members
claw::log_stream Class Referenceabstract

Base class for streams accepting log output. More...

#include <log_stream.hpp>

Inheritance diagram for claw::log_stream:
Inheritance graph
[legend]

Public Member Functions

virtual ~log_stream ()
 Destructor.
 
virtual void write (const std::string &str)=0
 
virtual void flush ()
 Flush the stream.
 

Detailed Description

Base class for streams accepting log output.

Author
Julien Jorge

Definition at line 60 of file log_stream.hpp.


The documentation for this class was generated from the following files: