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.
我已经浏览了logback的所有文档,但在任何地方都找不到用于在记录时配置编码器模式的文档,例如:
<encoder> <pattern>%d{HH:mm:ss.SSS} %-4relative %-5level %logger{35} - %msg%n</pattern> </encoder>
我想要一张表格(就像 log4j 的表格一样)解释配置模式的不同选项。
模式的文档在哪里?也许它们是在另一个项目中定义的?
可能你应该看看第 6 章:布局......