wibble::log::Sender Struct Reference

Handle sending a log message. More...

#include <stream.h>

Inheritance diagram for wibble::log::Sender:
[legend]

List of all members.

Public Member Functions

virtual ~Sender ()
virtual void send (Level level, const std::string &msg)=0
 Log one line of text with the given level.

Detailed Description

Handle sending a log message.


Constructor & Destructor Documentation

virtual wibble::log::Sender::~Sender (  )  [inline, virtual]

Member Function Documentation

virtual void wibble::log::Sender::send ( Level  level,
const std::string &  msg 
) [pure virtual]

Log one line of text with the given level.

Do not add a trailing newline

Implemented in wibble::log::FileSender, wibble::log::NullSender, and wibble::log::OstreamSender.

Referenced by wibble::log::Streambuf::send().


The documentation for this struct was generated from the following file:
Generated on Wed May 12 10:42:03 2010 for wibble by  doxygen 1.6.3