gramods
|
Console for easier handling of runtime and debugging information. More...
#include <Console.hh>
Public Member Functions | |
Console (ConsoleLevel level, std::string tag, std::string file, int line, std::string function) | |
Console (ConsoleLevel level, std::string tag) | |
Static Public Member Functions | |
static void | addSink (std::shared_ptr< MessageSink > ms) |
static void | removeSink (std::shared_ptr< MessageSink > ms) |
static void | removeAllSinks () |
static MessageSink * | getDefaultSink () |
Console for easier handling of runtime and debugging information.
For convenience, use the macros GM_ERR, GM_WRN, GM_INF, GM_DBG1, GM_DBG2 and GM_DBG3