plumbing::logging_stderr Class Reference

#include <stderr.h>

Inheritance diagram for plumbing::logging_stderr:
plumbing::logging

Public Member Functions

virtual ~logging_stderr ()
 logging_stderr ()

Protected Member Functions

void deliver_message_text (const char *txt)

Private Member Functions

 logging_stderr (const logging_stderr &)
logging_stderroperator= (const logging_stderr &)

Detailed Description

The plumbing::logging_stderr class is used to represent an error logging destination which uses the standadrd error stream to deliver messages.

Definition at line 30 of file stderr.h.


Constructor & Destructor Documentation

virtual plumbing::logging_stderr::~logging_stderr (  )  [virtual]

The destructor.

plumbing::logging_stderr::logging_stderr (  ) 

The default constructor.

plumbing::logging_stderr::logging_stderr ( const logging_stderr  )  [private]

The copy constructor. Do not use.


Member Function Documentation

void plumbing::logging_stderr::deliver_message_text ( const char *  txt  )  [protected, virtual]

The deliver_message_text method is used to actually deliver a log message to the logging medium. All formatting has been completed, the text requires no further substitutions.

Implements plumbing::logging.

logging_stderr& plumbing::logging_stderr::operator= ( const logging_stderr  )  [private]

The assignment operator. Do not use.


The documentation for this class was generated from the following file:
Generated on Thu Sep 16 14:32:12 2010 for Plumbing by  doxygen 1.6.3