hg: jdk9/sandbox/jdk: 8172886: Add a test that shows how the LogManager can be implemented by a module

chris.hegarty at oracle.com chris.hegarty at oracle.com
Wed Jan 18 12:01:05 UTC 2017


Changeset: c8db4f1737c4
Author:    dfuchs
Date:      2017-01-18 11:47 +0000
URL:       http://hg.openjdk.java.net/jdk9/sandbox/jdk/rev/c8db4f1737c4

8172886: Add a test that shows how the LogManager can be implemented by a module
Reviewed-by: mchung

+ test/java/util/logging/modules/LogManagerInModule/LogManagerInModuleTest.java
+ test/java/util/logging/modules/LogManagerInModule/logging.properties
+ test/java/util/logging/modules/LogManagerInModule/test.config/module-info.java
+ test/java/util/logging/modules/LogManagerInModule/test.config/test/config/LogConfig.java
+ test/java/util/logging/modules/LogManagerInModule/test.handlers/module-info.java
+ test/java/util/logging/modules/LogManagerInModule/test.handlers/test/handlers/TestHandler.java
+ test/java/util/logging/modules/LogManagerInModule/test.logmanager/module-info.java
+ test/java/util/logging/modules/LogManagerInModule/test.logmanager/test/logmanager/TestLogManager.java



More information about the jdk9-sandbox-changes mailing list