我喜欢 Stripes,但我使用 sl4j/logback 进行日志记录,我有哪些选择?

发布于 2024-10-17 07:16:00 字数 94 浏览 1 评论 0原文

因为 stripes 带有 commong-logging。在没有公共日志记录的情况下,在 Web 应用程序中使用 stripe 有哪些选择?如何用 sl4j 日志库替换它?

Since stripes comes with commong-logging. What are my options in using stripes in a web applications without commons logging. How can I replace it with sl4j logging library?

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

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

发布评论

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

评论(1

飘然心甜 2024-10-24 07:16:00

为了将 Commons Logging 日志重定向到 SLF4J,您需要从类路径中删除 Commons Logging 并添加 JCL-over-SLF4J 桥。

在这里你可以找到Spring类似问题的解决方案:记录依赖关系在春天

In order to redirect Commons Logging log to SLF4J, you need to remove Commons Logging from the classpath and add JCL-over-SLF4J bridge.

Here you can find a solution of similar problem for Spring: Logging Dependencies in Spring.

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