Logback 生产准备好了吗?

发布于 2024-11-28 06:39:10 字数 276 浏览 3 评论 0原文

Logback 生产准备好了吗? 最新版本(logback-0.9.29.zip)表示仍然< 1.0。但这只是命名约定吗?

有人在生产中遇到过问题吗?

我们希望使用它来代替 Log4j ,因此我们将非常感谢您的反馈,并且对于我们的团队决定是否接受此决定将有很大帮助。

Is Logback production ready? Latest version(logback-0.9.29.zip) indicates that it is still < 1.0 . But is it just naming convention ?

Anybody faced issues with it in production ?

We wanted to use it inplaceof Log4j , so your feedback on it will be greatly appreciated, and will be of great help for our team to decide if to go with this decision or not.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

冰魂雪魄 2024-12-05 06:39:10

我们已经在各种产品中使用 Logback 几个月了,到目前为止还没有遇到任何问题。如果您确实关心性能稳定性,请针对 SLF4J 编写应用程序,这将允许您在 Log4J 和 Logback 之间完美切换。使用 SLF4J 实际上是 Logback 的必备条件。

PS:将 Wine 推向 1.0 版本花了 15 年时间。

更新:自 2011 年 11 月 1 日起,Logback 1.0.0 已发布

We have used Logback for several months now in wide range of products and didn't face any problems so far. If you are really concerned about performance stability, code your application against SLF4J which will allow you to flawlessly switch between Log4J and Logback. Using SLF4J is a actually a must with Logback.

P.S.: It took 15 years to push Wine to 1.0 version.

UPDATE: As of 1st of November 2011 Logback 1.0.0 was released.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文