Change debug logging color to blue
This commit is contained in:
parent
2cc3f27247
commit
d71dc91a23
|
@ -54,7 +54,7 @@ void loggingHandler(
|
||||||
type == QtWarningMsg ? "3" : // yellow
|
type == QtWarningMsg ? "3" : // yellow
|
||||||
type == QtCriticalMsg ? "1" : // red
|
type == QtCriticalMsg ? "1" : // red
|
||||||
type == QtFatalMsg ? "5" : // purple
|
type == QtFatalMsg ? "5" : // purple
|
||||||
"7"; // white (gray)
|
"4"; // blue
|
||||||
|
|
||||||
boldColor = "\e[1;3" + ansiColor + "m";
|
boldColor = "\e[1;3" + ansiColor + "m";
|
||||||
color = "\e[3" + ansiColor + "m";
|
color = "\e[3" + ansiColor + "m";
|
||||||
|
|
Loading…
Reference in New Issue
Block a user