Implementation of OutputHandler that saves messages in a file. More...
#include <Console.h>
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. |
Implementation of OutputHandler that saves messages in a file.