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

/libcore/luni/src/main/java/java/util/logging/
H A DLevel.java38 * INFO, WARNING, SEVERE. There are two additional predefined levels, which are
54 * The SEVERE level provides severe failure messages.
56 public static final Level SEVERE = new Level("SEVERE", 1000); field in class:Level

Completed in 60 milliseconds