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.
如何使用slf4j记录器以某些颜色显示错误消息? 在这方面的任何建议将不胜感激。
slf4j
无法更改slf4j日志的颜色,因为没有格式化程序。SLF4J 是您的应用程序和一些日志记录工具之间的中间件,例如 Log4j 或 Logback。
您可以更改 Log4j 输出中的颜色,如此处所述。