Default implementation of OutputHandler. This sends the information to the console. More...
#include <Console.h>
Public Member Functions | |
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 |
Default implementation of OutputHandler. This sends the information to the console.