logback 编码器模式文档在哪里
我已经阅读了 文档 logback 并且我在记录时找不到任何配置编码器模式的文档,例如:
<encoder>
<pattern>%d{HH:mm:ss.SSS} %-4relative %-5level %logger{35} - %msg%n</pattern>
</encoder>
我想要一张表格(就像 log4j 具有的表格)解释配置模式的不同选项。
模式的文档在哪里?也许它们是在另一个项目中定义的?
I've gone through all the documentation of logback and I can't find anywhere the documentation to configure the encoder's pattern when logging, such as:
<encoder>
<pattern>%d{HH:mm:ss.SSS} %-4relative %-5level %logger{35} - %msg%n</pattern>
</encoder>
I would like a table (like the one that log4j has) explaining the different options to configure the pattern.
Where is the documentation of the pattern? Maybe they are defined in another project?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
也许你应该看看第 6 章:布局...
Probably you should take a look at Chapter 6: Layouts...