By inheriting this class, you can do something with output if you need.
More...
#include <TP_Logging.h>
|
| 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.
- Parameters
-
| 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.
◆ error()
| virtual void TP::logger::error |
( |
const std::string & | msg | ) |
|
|
pure virtual |
◆ info()
| virtual void TP::logger::info |
( |
const std::string & | msg | ) |
|
|
pure virtual |
◆ log()
| virtual void TP::logger::log |
( |
const std::string & | msg | ) |
|
|
pure virtual |
◆ warn()
| virtual void TP::logger::warn |
( |
const std::string & | msg | ) |
|
|
pure virtual |
The documentation for this struct was generated from the following file: