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

/dalvik/libcore/logging/src/main/java/java/util/logging/
H A DLevel.java40 * The predefined levels in ascending order are FINEST, FINER, FINE, CONFIG,
77 * The FINE level provides tracing messages.
79 public static final Level FINE = new Level("FINE", 500); //$NON-NLS-1$ field in class:Level

Completed in 125 milliseconds