All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator
ompl::msg::OutputHandlerSTD Class Reference

Default implementation of OutputHandler. This sends the information to the console. More...

#include <Console.h>

Inheritance diagram for ompl::msg::OutputHandlerSTD:

List of all members.

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.

Detailed Description

Default implementation of OutputHandler. This sends the information to the console.


The documentation for this class was generated from the following files: