#include <stderr.h>
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_stderr & | operator= (const logging_stderr &) |
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.
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.
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.