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で私はこれを持っています