Default implementation of OutputHandler. This sends the information to the console. More...
#include <Console.h>
Public Member Functions | |
virtual void | debug (const std::string &text) |
Print a debug message. | |
virtual void | error (const std::string &text) |
Print an error message: "Error: ....". | |
virtual void | inform (const std::string &text) |
Print some information: "Information: ....". | |
OutputHandlerSTD (void) | |
virtual void | warn (const std::string &text) |
Print an warning message: "Warning: ....". |
Default implementation of OutputHandler. This sends the information to the console.
Definition at line 138 of file Console.h.
ompl::msg::OutputHandlerSTD::OutputHandlerSTD | ( | void | ) | [inline] |
virtual void ompl::msg::OutputHandlerSTD::debug | ( | const std::string & | text | ) | [virtual] |
Print a debug message.
Implements ompl::msg::OutputHandler.
virtual void ompl::msg::OutputHandlerSTD::error | ( | const std::string & | text | ) | [virtual] |
Print an error message: "Error: ....".
Implements ompl::msg::OutputHandler.
virtual void ompl::msg::OutputHandlerSTD::inform | ( | const std::string & | text | ) | [virtual] |
Print some information: "Information: ....".
Implements ompl::msg::OutputHandler.
virtual void ompl::msg::OutputHandlerSTD::warn | ( | const std::string & | text | ) | [virtual] |
Print an warning message: "Warning: ....".
Implements ompl::msg::OutputHandler.