Class LogStream
Defined in File log_stream.h
Nested Relationships
Nested Types
Inheritance Relationships
Base Type
public std::stringstream
Class Documentation
-
class LogStream : public std::stringstream
Log stream for adding header information to a string stream.
Public Functions
-
inline LogStream(std::ostream *output_stream, Header header, bool dummy_flag = false, bool use_color = false)
-
inline LogStream(std::ostream *output_stream, std::string header, bool dummy_flag = false)
-
inline ~LogStream() noexcept override
-
struct Header
-
inline LogStream(std::ostream *output_stream, Header header, bool dummy_flag = false, bool use_color = false)