Message, error, warning functionality. More...
#include <common/commom.hh>
Public Member Functions | |
| std::ostream & | ColorErr (const std::string &_lbl, const std::string &_file, unsigned int _line, int _color) |
| Use this to output an error to the terminal. | |
| std::ostream & | ColorMsg (const std::string &_lbl, int _color) |
| Use this to output a colored message to the terminal. | |
| void | Load () |
| Load the message parameters. | |
| void | SetQuiet (bool _q) |
| Set quiet output. | |
Static Public Member Functions | |
| static Console * | Instance () |
| Return an instance to this class. | |
Message, error, warning functionality.