93 if ( OpenFlipper::Options::logToConsole() ) {
94 std::string output( _message.toLatin1() ) ;
95 static const char ansi_reset[] =
"\033[0m";
99 std::clog <<
"\33[32m" << output << ansi_reset << std::endl;
102 std::cout <<
"\33[0m" << output << ansi_reset << std::endl;
105 std::cout <<
"\33[33m" << output << ansi_reset << std::endl;
108 std::cerr <<
"\33[31m" << output << ansi_reset << std::endl;
111 std::cerr <<
"\33[34m" << output << ansi_reset << std::endl;