Tapkee
|
#include <logging.hpp>
Public Member Functions | |
DefaultLoggerImplementation () | |
virtual | ~DefaultLoggerImplementation () |
virtual void | message_info (const std::string &msg) |
virtual void | message_warning (const std::string &msg) |
virtual void | message_debug (const std::string &msg) |
virtual void | message_error (const std::string &msg) |
virtual void | message_benchmark (const std::string &msg) |
Private Member Functions | |
DefaultLoggerImplementation & | operator= (const DefaultLoggerImplementation &) |
DefaultLoggerImplementation (const DefaultLoggerImplementation &) | |
Private Attributes | |
std::ostream * | os_ |
Default std::cout implementation of LoggerImplementation.
Definition at line 52 of file logging.hpp.
Definition at line 55 of file logging.hpp.
|
virtual |
Definition at line 56 of file logging.hpp.
|
private |
|
virtual |
Implements LoggerImplementation.
Definition at line 61 of file logging.hpp.
|
virtual |
Implements LoggerImplementation.
Definition at line 59 of file logging.hpp.
|
virtual |
Implements LoggerImplementation.
Definition at line 60 of file logging.hpp.
|
virtual |
Implements LoggerImplementation.
Definition at line 57 of file logging.hpp.
|
virtual |
Implements LoggerImplementation.
Definition at line 58 of file logging.hpp.
|
private |
|
private |
Definition at line 66 of file logging.hpp.