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 | log (const std::string &text, LogLevel level, const char *filename, int line) |
| log a message to the output handler with the given text and logging level from a specific file and line number | |
Implementation of OutputHandler that saves messages in a file.