如何在我的项目中使用log4j? logback 相对于 log4j 的优势?
如何在 JSP/Servlet 项目中实现和使用 log4j/logback?使用 logback 相对于 log4j 有什么优势?
How do I implement and use log4j/logback in my JSP/Servlet project? What is the advantage of using logback over log4j?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
这是 Log4j 和 Logback 的作者 Ceki Gülcü 所说的 logback 的优势< /a>.
由于他正在比较自己的产品/项目,因此他(至少)有资格知道。
This is what Ceki Gülcü the author of Log4j and Logback says about logback's advantages.
Since he is comparing his own products / projects, he is (at least) qualified to know.
log4j 在其网站上有非常好的文档。从此处开始。
编辑:
在 JSP/Servlet 项目中:
log4j has a very good documentation on its site. Just start from here.
EDIT:
In a JSP/Servlet project:
也许你应该先看看Logback!
Perhaps you should peep Logback before!
您可以查看Log4J Understanding
You can check this about Log4J Understanding