TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

7 pointsby simon04over 3 years ago

2 comments

ivolimmenover 3 years ago
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 未加载
exabrialover 3 years ago
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.