1=== test/Test.java === 2package test; 3 4import java.util.logging.Level; 5 6public class Test { 7 public static final Level DEFAULT_LEVEL = Level.INFO; 8} 9