Well GeekyPayback stated in the answer hub that to change the Warn color you can use a macro called
SET_WARN_COLOR(COLOR_CYAN)
I assume there is a similar color such as
SET_ERROR_COLOR()
and
SET_LOG_COLOR()
Unfortunately I cannot test those assumptions at the moment. I do have a question about if that sets the Warn color for ALL warnings or just the warnings logged since you changed the color. I would really love a method to set color by category rather than the entire warning or error verbosity. Or maybe a way to define your own verbosity (though by verbosity doesn’t make much since, by line or category would be ideal).