wibble 0.1.28
|
Discard all messages. More...
#include <null.h>
Public Member Functions | |
virtual | ~NullSender () |
virtual void | send (Level level, const std::string &msg) |
Log one line of text with the given level. |
Discard all messages.
virtual wibble::log::NullSender::~NullSender | ( | ) | [inline, virtual] |
virtual void wibble::log::NullSender::send | ( | Level | level, |
const std::string & | msg | ||
) | [inline, virtual] |
Log one line of text with the given level.
Do not add a trailing newline
Implements wibble::log::Sender.