Conversation

It's included in the standard library, so you already have it without third party dependencies. twitter.com/DanielMicay/st No need to make your own. The main issue with the far more complex third party libraries is that they're rolling their own logging service as a library.
Quote Tweet
java.util.logging is easy to use and has everything you would ever need. If you want fancy processing/triggers, you should use rsyslog. logger.warning("message"); logger.fine(() -> "lazy evaluation: " + parameter); That high-level API dynamically adds class/method name itself.
Show this thread