Default implementation of OutputHandler. This sends the information to the console. More...
#include <Console.h>

Public Member Functions | |
| virtual void | error (const std::string &text) |
| Print an error message: "Error: ....". | |
| virtual void | warn (const std::string &text) |
| Print an warning message: "Warning: ....". | |
| virtual void | inform (const std::string &text) |
| Print some information: "Information: ....". | |
| virtual void | debug (const std::string &text) |
| Print a debug message. | |
Default implementation of OutputHandler. This sends the information to the console.