#include <types.hh>
The tee_stream_t type provides a stream class that writes to multiple output buffers.
◆ add_buffer()
void flecsi::log::tee_stream_t::add_buffer |
( |
std::string const & |
key, |
|
|
std::ostream & |
s, |
|
|
bool |
colorized = false |
|
) |
| |
|
inline |
Add a new buffer to the output.
◆ disable_buffer()
bool flecsi::log::tee_stream_t::disable_buffer |
( |
std::string const & |
key | ) |
|
|
inline |
Disable an existing buffer.
- Parameters
-
key | The string identifier of the streambuf. |
◆ enable_buffer()
bool flecsi::log::tee_stream_t::enable_buffer |
( |
std::string const & |
key | ) |
|
|
inline |
Enable an existing buffer.
- Parameters
-
key | The string identifier of the streambuf. |
The documentation for this struct was generated from the following file:
- /home/bergen/devel/tuxfan/flecsi/flecsi/log/types.hh