How to set up Logging with JUL via Properties file

JUL is a logging utility that comes by default with Java SE, the standard library. There seems to be general confusion how to set it up, a situation that seems to cause developers to resort to other logging frameworks; or worse, mixing multiple ones together. Not any of the solutions and examples available online that I looked at worked. With this article, I present you a simple implementation.

Read more