#include <silentlogger.h>
Inheritance diagram for TPProto::SilentLogger:

Public Member Functions | |
| SilentLogger () | |
| Default constructor. | |
| virtual | ~SilentLogger () |
| Required virtual destructor. | |
| void | error (const char *mesg,...) |
| Drops error message. | |
| void | warning (const char *mesg,...) |
| Drops a warning message. | |
| void | info (const char *mesg,...) |
| Drops an info message. | |
| void | debug (const char *mesg,...) |
| Drops a debug message. | |
| void TPProto::SilentLogger::error | ( | const char * | mesg, | |
| ... | ||||
| ) | [virtual] |
Drops error message.
Takes a format string and args.
| mesg | Message format string to be ignored. |
Implements TPProto::Logger.
| void TPProto::SilentLogger::warning | ( | const char * | mesg, | |
| ... | ||||
| ) | [virtual] |
Drops a warning message.
Takes a format string and args.
| mesg | Message format string to be ignored. |
Implements TPProto::Logger.
| void TPProto::SilentLogger::info | ( | const char * | mesg, | |
| ... | ||||
| ) | [virtual] |
Drops an info message.
Takes a format string and args.
| mesg | Message format string to be ignored. |
Implements TPProto::Logger.
| void TPProto::SilentLogger::debug | ( | const char * | mesg, | |
| ... | ||||
| ) | [virtual] |
Drops a debug message.
Takes a format string and args.
| mesg | Message format string to be ignored. |
Implements TPProto::Logger.
1.5.1