Tapkee
|
#include <logging.hpp>
Public Member Functions | |
LoggerImplementation () | |
virtual | ~LoggerImplementation () |
virtual void | message_info (const std::string &msg)=0 |
virtual void | message_warning (const std::string &msg)=0 |
virtual void | message_debug (const std::string &msg)=0 |
virtual void | message_error (const std::string &msg)=0 |
virtual void | message_benchmark (const std::string &msg)=0 |
Private Member Functions | |
LoggerImplementation & | operator= (const LoggerImplementation &) |
LoggerImplementation (const LoggerImplementation &) | |
A base class for logger required by the library.
Definition at line 36 of file logging.hpp.
Definition at line 39 of file logging.hpp.
|
virtual |
Definition at line 40 of file logging.hpp.
|
private |
|
pure virtual |
Implemented in DefaultLoggerImplementation.
|
pure virtual |
Implemented in DefaultLoggerImplementation.
|
pure virtual |
Implemented in DefaultLoggerImplementation.
|
pure virtual |
Implemented in DefaultLoggerImplementation.
|
pure virtual |
Implemented in DefaultLoggerImplementation.
|
private |