< prev index next >

test/java/util/logging/LogManager/RootLogger/setLevel/TestRootLoggerLevel.java

Print this page

        

*** 33,42 **** --- 33,43 ---- /** * @test * @bug 8026499 * @summary checks that Logger.getLogger("").setLevel() is working correctly. + * @modules java.base/sun.util.logging * @build TestRootLoggerLevel * @run main/othervm -Dtest.security=on TestRootLoggerLevel * @run main/othervm -Dtest.security=off TestRootLoggerLevel * @author danielfuchs */
< prev index next >