Java Logs
In depth articles about Logging, Monitoring and Profiling in Java.
“Logging is one of those things that, like error handling, we all agree is important but often gets neglected. The real challenge isn’t just writing logs but making them helpful. Too many logs can obscure useful information, and too few can miss key details.”
Martin Fowler
Most Recent Posts
“The problem with a lot of logging is that it becomes an excuse for not handling errors properly. Too often, developers log an error and then continue as if nothing happened, which just masks the problem rather than solving it.”
Robert C Martin (Uncle Bob)