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.

Google Releases New Java Logging Framework Flogger

2 pointsby chhumabout 6 years ago

2 comments

chhumabout 6 years ago
It's tempting to suggest that maybe Java has enough logging frameworks.
java-manabout 6 years ago
and one still has to be careful to avoid evaluating expensive code at runtime:<p>java {.bad} logger.atFine().log(“stats=%s”, createSummaryOf(stats));<p>not sure if this new library offers any real advantages, apart from being more explicit (and more verbose).