Colorize logs in eclipse console

后端 未结 10 703
别那么骄傲
别那么骄傲 2020-12-07 08:45

Is there a way to colorize parts of logs in the eclipse console. I know I could send to error and standard streams and color them differently but I\'m more looking someting

10条回答
  •  南方客
    南方客 (楼主)
    2020-12-07 09:20

    You may consider trying Apache Chainsaw (http://logging.apache.org/chainsaw/index.html) if you are already working with log4j. Lets you define colors and filtern and works with (nearly) zero configuration.

提交回复
热议问题