< prev index next >

test/java/util/logging/RootLogger/RootLevelInConfigFile.java

Print this page

        

*** 40,49 **** --- 40,50 ---- /** * @test * @bug 8030850 * @summary Tests that setting .level=FINEST for the root logger in logging * configuration file does work. + * @modules java.base/sun.misc * @run main/othervm RootLevelInConfigFile * * @author danielfuchs */ public class RootLevelInConfigFile {
< prev index next >