Details
-
Type:
New Feature
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.0.0-alpha4
-
Component/s: None
-
Labels:None
-
Environment:
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.