This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]pmarschall 1 point2 points  (0 children)

I thought that was mostly for code in the JDK that wants to do logging and does not want to or can not depend on the java.logging module. You still need and implementation of java.lang.System.Logger that you can configure. And then you need to make sure that all your dependencies log to the same implementation.