Loading...
Searching...
No Matches
ompl::msg::OutputHandlerSTD Class Reference

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

#include <ompl/util/Console.h>

Inheritance diagram for ompl::msg::OutputHandlerSTD:

Public Member Functions

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
 

Detailed Description

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

Definition at line 116 of file Console.h.

Member Function Documentation

◆ log()

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

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

Implements ompl::msg::OutputHandler.

Definition at line 152 of file Console.cpp.


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