#include <chi_logstream.h>
Log stream for adding header information to a string stream.
Definition at line 11 of file chi_logstream.h.
◆ LogStream() [1/2]
chi::LogStream::LogStream |
( |
std::ostream * |
output_stream, |
|
|
std::string |
header, |
|
|
bool |
dummy_flag = false |
|
) |
| |
|
inline |
◆ ~LogStream()
chi::LogStream::~LogStream |
( |
| ) |
|
|
virtual |
Flushes the broken-up/headered stream to the output.
Definition at line 5 of file chi_logstream.cc.
◆ LogStream() [2/2]
chi::LogStream::LogStream |
( |
const LogStream & |
other | ) |
|
|
inline |
◆ dummy_
const bool chi::LogStream::dummy_ = false |
|
private |
◆ log_header_
std::string chi::LogStream::log_header_ |
|
private |
◆ log_stream_
std::ostream* chi::LogStream::log_stream_ |
|
private |
The documentation for this class was generated from the following files: