ompl::msg::OutputHandler Class Referenceabstract

Generic class to handle output from a piece of code. More...

#include <ompl/util/Console.h>

Inheritance diagram for ompl::msg::OutputHandler:

Public Member Functions

virtual void log (const std::string &text, LogLevel level, const char *filename, int line)=0
 log a message to the output handler with the given text and logging level from a specific file and line number More...
 

Detailed Description

Generic class to handle output from a piece of code.

In order to handle output from the library in different ways, an implementation of this class needs to be provided. This instance can be set with the useOutputHandler function.

Definition at line 102 of file Console.h.

Member Function Documentation

◆ log()

virtual void ompl::msg::OutputHandler::log ( const std::string &  text,
LogLevel  level,
const char *  filename,
int  line 
)
pure virtual

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

Implemented in ompl::msg::OutputHandlerSTD, and ompl::msg::OutputHandlerFile.


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