#include <null.h>
Public Member Functions | |
virtual | ~logging_null () |
logging_null () | |
Protected Member Functions | |
void | deliver_message_text (const char *txt) |
Private Member Functions | |
logging_null (const logging_null &rhs) | |
logging_null & | operator= (const logging_null &rhs) |
The plumbing::logging_null class is used to represent a logging destination that throws everything away.
Definition at line 29 of file null.h.
virtual plumbing::logging_null::~logging_null | ( | ) | [virtual] |
The destructor.
plumbing::logging_null::logging_null | ( | ) |
The default constructor.
plumbing::logging_null::logging_null | ( | const logging_null & | rhs | ) | [private] |
The copy constructor. Do not use.
rhs | The right hand side of the initialisation. |
void plumbing::logging_null::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_null& plumbing::logging_null::operator= | ( | const logging_null & | rhs | ) | [private] |
The assignment operator. Do not use.
rhs | The rights hand side of the assignment. |