Conversation

For system administration, each server application bringing their own logging infrastructure as a library would be pretty terrible. java.util.logging grabs class/method name for you, has a lambda syntax for lazy evaluation and structured exceptions / formatting if you want it.
1
java.util.logging is missing some convenience methods and needs to be configured to use system logging in a structured way rather than stderr. A tiny third party library setting that up nicely would be nice. It's so weird the Java ecosystem has such a mess for logging instead.
1
1
Show replies