8140364: JEP 264 Platform Logger API and Service Implementation
authordfuchs
Fri, 20 Nov 2015 19:25:45 +0100
changeset 33725 94da318cb5d7
parent 33724 8fa52eab5735
child 33726 940ca7b5236d
child 34099 64da21aa58f6
child 34111 1aa3aa0d177f
child 34115 00b704eed6b5
child 34121 c2229f4217ec
8140364: JEP 264 Platform Logger API and Service Implementation Summary: Initial implementation for JEP 264 Platform Logger API and Service Reviewed-by: mchung, psandoz, rriggs
modules.xml
--- a/modules.xml	Fri Nov 20 08:35:23 2015 +0800
+++ b/modules.xml	Fri Nov 20 19:25:45 2015 +0100
@@ -459,6 +459,10 @@
       <to>jdk.localedata</to>
     </export>
     <export>
+      <name>jdk.internal.logger</name>
+      <to>java.logging</to>
+    </export>
+    <export>
       <name>sun.util.logging</name>
       <to>java.desktop</to>
       <to>java.logging</to>