我有一个要调试的大项目,我想知道是否有任何方法可以用来更改System.out.println
eclipse 输出中的方法
例如 :
System.out.println("I want this to be red");
System.out.println("I want this to be blue");
System.out.println("I want this to be yellow");
System.out.println("I want this to be magenta");
为了提高可读性。
EDIT
使用 sysout 我有这个
与 syserr 我有这个