how to color the log of Wildfly - Jboss Server console on Eclipse
问题 I am using server Wildfly version 18.0.0 and I want to color the log of my server while starting I am using Eclipse as IDE. just like tomcat server Warn, Info.... How to do that? 回答1: You can define a color map to assign a color to different log levels. The format is a comma-separated list of LEVEL:COLOR . Valid levels : finest, finer, fine, config, trace, debug, info, warning, warn, error, fatal, severe Valid colors : black, green, red, yellow, blue, magenta, cyan, white, brightblack,