wibble 1.1
|
Discard all messages. More...
#include <file.h>
Public Member Functions | |
FileSender (const std::string &filename) | |
virtual | ~FileSender () |
virtual void | send (Level level, const std::string &msg) |
Log one line of text with the given level. | |
![]() | |
virtual | ~Sender () |
Protected Attributes | |
int | out |
std::string | name |
Discard all messages.
|
virtual |
References out.
Log one line of text with the given level.
Do not add a trailing newline
Implements wibble::log::Sender.
|
protected |
Referenced by send().
|
protected |
Referenced by FileSender(), send(), and ~FileSender().