Hi,
I use a lot of log files that have embedded ANSI escape codes for colors:
On Windows 11 I can `type` the log file and see the colored text but there does not seem to be an obvious way to view it in a colored format in UE. Is this possible?
Thanks.
I use a lot of log files that have embedded ANSI escape codes for colors:
Code: Select all
# Color codes
REDBOLDBLINK="\e[1;31;5m"
ORANGE="\e[0;33m"
PURPLE="\e[0;35m"
REVERSE_CYAN="\e[0;36;7m"
REVERSE_RED="\e[0;31;7m"
ColorOFF="\e[0m"
On Windows 11 I can `type` the log file and see the colored text but there does not seem to be an obvious way to view it in a colored format in UE. Is this possible?
Thanks.