Searched defs:CONFIG (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/util/logging/
H A DLevel.java37 * The predefined levels in ascending order are FINEST, FINER, FINE, CONFIG,
69 * The CONFIG level provides static configuration messages.
71 public static final Level CONFIG = new Level("CONFIG", 700); field in class:Level

Completed in 15 milliseconds