Loading...
Searching...
No Matches
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.
Constructor & Destructor Documentation
◆ OutputHandlerFile()
ompl::msg::OutputHandlerFile::OutputHandlerFile | ( | const char * | filename | ) |
The name of the file in which to save the message data.
Definition at line 177 of file Console.cpp.
◆ ~OutputHandlerFile()
|
override |
Definition at line 184 of file Console.cpp.
Member Function Documentation
◆ log()
|
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 191 of file Console.cpp.
The documentation for this class was generated from the following files:
- ompl/util/Console.h
- ompl/util/src/Console.cpp