ompl::msg::OutputHandlerFile Class Reference
Implementation of OutputHandler that saves messages in a file. More...
#include <ompl/util/Console.h>
Inheritance diagram for ompl::msg::OutputHandlerFile:
Public Member Functions | |
OutputHandlerFile (const char *filename) | |
The name of the file in which to save the message data. | |
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
Implementation of OutputHandler that saves messages in a file.
The documentation for this class was generated from the following files:
- ompl/util/Console.h
- ompl/util/src/Console.cpp