wibble 1.1
|
Send the same message to multiple streams. More...
#include <filters.h>
Public Member Functions | |
Tee () | |
Tee (Sender *first, Sender *second) | |
~Tee () | |
virtual void | send (log::Level level, const std::string &msg) |
Log one line of text with the given level. | |
![]() | |
virtual | ~Sender () |
Public Attributes | |
std::vector< Sender * > | next |
Send the same message to multiple streams.
wibble::log::Tee::Tee | ( | ) |
wibble::log::Tee::~Tee | ( | ) |
|
virtual |
Log one line of text with the given level.
Do not add a trailing newline
Implements wibble::log::Sender.
References next.