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
 
- Public Member Functions inherited from ompl::msg::OutputHandler

Detailed Description

Implementation of OutputHandler that saves messages in a file.

Definition at line 125 of file Console.h.

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()

ompl::msg::OutputHandlerFile::~OutputHandlerFile ( )
override

Definition at line 184 of file Console.cpp.

Member Function Documentation

◆ log()

void ompl::msg::OutputHandlerFile::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 191 of file Console.cpp.


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