Class OutputHandlerFile

Inheritance Relationships

Base Type

Class Documentation

class OutputHandlerFile : public ompl::msg::OutputHandler

Implementation of OutputHandler that saves messages in a file.

Public Functions

OutputHandlerFile(const char *filename)

The name of the file in which to save the message data.

~OutputHandlerFile() override
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