TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Java: Tinylog for the rescue? – lightweight logging framework (118 KB)

7 点作者 simon04超过 3 年前

2 条评论

ivolimmen超过 3 年前
Probably a nice framework but if you're not using SLF4J you're toast when it also has a backdoor. SLF4J does not have an issue. Swapping out log4j for a different logging framework is a day work for all my applications at work. Not that we where using log4j we where using logback that's the current industry standard anyway.
评论 #29558027 未加载
exabrial超过 3 年前
I'm a huge fan of SLF4J. We happen to use logback with it and a custom appender that send messages over ActiveMQ. We regularly take log volumes of thousands of messages /s on modest hardware into a Graylog instance.