Class OutputHandlerSTD

Inheritance Relationships

Base Type

Class Documentation

class OutputHandlerSTD : public ompl::msg::OutputHandler

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

Public Functions

OutputHandlerSTD() = default
virtual void log(const std::string &text, LogLevel level, const char *filename, int line) override

log a message to the output handler with the given text and logging level from a specific file and line number