Programming Tips - Java: simple logging utility
Date: 2022jun11
Q. Java: simple logging utility
A. Log4J had a vulnerability and is big and overly complicated.
While there is the built in java.util.logging
How to use it:
https://examples.javacodegeeks.com/core-java/util/logging/java-util-logging-example/
System.out.println() is still the simplest.