|
Peano
|
Default stdout logger, using iostream. More...
#include <TP_Logging.h>


Public Member Functions | |
| void | print (const std::string &msg) |
| void | log (const std::string &msg) override |
| void | error (const std::string &msg) override |
| void | info (const std::string &msg) override |
| void | warn (const std::string &msg) override |
Default stdout logger, using iostream.
You might want to take this as a basis for coupling to your own logging system.
Definition at line 31 of file TP_Logging.h.
|
overridevirtual |
Implements TP::logger.
Definition at line 35 of file TP_Logging.h.
References print().

|
overridevirtual |
Implements TP::logger.
Definition at line 36 of file TP_Logging.h.
References print().

|
overridevirtual |
Implements TP::logger.
Definition at line 34 of file TP_Logging.h.
References print().

| void TP::std_cerr_logger::print | ( | const std::string & | msg | ) |
|
overridevirtual |
Implements TP::logger.
Definition at line 37 of file TP_Logging.h.
References print().
