Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在运行 Eclipse 程序时,我得到了一些红线(很可能是日志)。谁能告诉我如何压制他们。我试图谷歌它,但找不到解决方案。
默认情况下,如果程序使用System.out.*方法写入标准输出,则 Eclipse 中的输出为黑色。对于 stderr ( System.err.*),Eclipse 使用红色。你是说你不想看到打印到stderr的东西吗?我不确定这是否是一个明智的主意...
System.out.*
System.err.*
顺便说一句,控制台的设置由 Window -> Preferences -> Run/Debug -> Console 控制。