All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator
ompl::msg::OutputHandlerFile Class Reference

Implementation of OutputHandler that saves messages in a file. More...

#include <Console.h>

Inheritance diagram for ompl::msg::OutputHandlerFile:

List of all members.

Public Member Functions

 OutputHandlerFile (const char *filename)
 The name of the file in which to save the message data.
virtual void error (const std::string &text)
 Print an error message: "Error: ....".
virtual void warn (const std::string &text)
 Print an warning message: "Warning: ....".
virtual void inform (const std::string &text)
 Print some information: "Information: ....".
virtual void debug (const std::string &text)
 Print a debug message.

Detailed Description

Implementation of OutputHandler that saves messages in a file.

Definition at line 157 of file Console.h.


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