What You Should Know About Logging
A few weeks back, I reviewed code from a young developer.
It was impressive work for a topic he didn’t know beforehand, except on one aspect: every output used System.out.println()
.
That’s understandable: that’s how Java developers learn to code, just like Python developers do their first tests with print
.
But that’s not something that’ll be handy for a live application.