|
Peano
|
By inheriting this class, you can do something with output if you need. More...
#include <TP_Logging.h>

Public Member Functions | |
| virtual void | log (const std::string &msg)=0 |
| virtual void | error (const std::string &msg)=0 |
| virtual void | info (const std::string &msg)=0 |
| virtual void | warn (const std::string &msg)=0 |
By inheriting this class, you can do something with output if you need.
| msg | Is some (probably multiline) message |
| codepos | Is the line and file, as created by the macros in logging.h. Can be the empty string. |
Definition at line 20 of file TP_Logging.h.
|
pure virtual |
Implemented in TP::std_cerr_logger.
Referenced by TP::LoggingAdapter::TP_ERROR().

|
pure virtual |
Implemented in TP::std_cerr_logger.
Referenced by TP::LoggingAdapter::TP_INFO().

|
pure virtual |
Implemented in TP::std_cerr_logger.
Referenced by TP::LoggingAdapter::TP_LOG().

|
pure virtual |
Implemented in TP::std_cerr_logger.
Referenced by TP::LoggingAdapter::TP_WARN().
