Details
-
New Feature
-
Resolution: Fixed
-
Major
-
None
-
None
-
None
-
Java 9+
Description
JEP 264: Platform Logging API and Service introduced a mechanism to Java 9 that allows third-party logging frameworks to handle JDK log messages (like those Swing produces; not JVM messages). SLF4J should integrate with it.
There is already a proof of concept and a pull request.