Output Log color codes

hi forum, maybe i dont read enough so maybe this feature is actually in use, if it is, i like to hear how can i use
when i package c++ project i like to see the output log searching for warning or errors in my code, is possible highlight yellow warning or red for error? in order to find them easy of course, i know is possible for debug like this: DEFINE_LOG_CATEGORY_STATIC(MYLOG, Log, All);, but for compile time when package is possible?

Cheers!